﻿body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif !important;
}

.wrap {
    max-width: 768px;
    margin: auto;
    width: 94%;
}

.top {
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #dadada;
}

.box {
    background: #00a2e5;
    border-radius: 5px;
}

.box2 {
    background: #eaeaea;
    border-radius: 5px;
    height: 400px;
    overflow-y: scroll;
}

.box3 {
    border-radius: 5px;
}
