@charset "UTF-8";
.switch {
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-size:14px;
    box-sizing: content-box;
    color: #333;
    margin-bottom: 30px;
}
.switch a {
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
    box-sizing: content-box;
    color: #333;
}
.switch a:hover {
    background:#186fad;
    color: white;
}
.switch a.on {
    background:#186fad;
    color: white;
}
