.sn-form{
    text-align: center;
    font-size: 16px;
}

.sn-form div{
    display: inline-block;
    position: relative; left: 0; top: 0;
    background: lightgrey;
    margin: 10px 3px 0 3px;
    min-width: 30px;
    vertical-align: middle;
}

.sn-form div input[type=radio]{
    position: absolute;
    left: 50%; top: 50%;
    margin: -5px 0 0 -5px;
}

.sn-form div label,
.sn-form div span,
.sn-form div strong{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 4px 5px;
    background-color: #f7f7f7;
    color: black;
    border: 1px solid #d8d8d8;
}

.sn-form div strong{
    background-color: #0096ff;
    color: white;
}

.sn-form div label:hover{
    border: 1px solid #0096ff;
}

/*
.sm_wr a,
.sm_wr strong,
.sm_wr span{
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    padding: 4px 10px;
    text-decoration: none;
    color: #25282a;
    font-weight: bold;
}

.sm_wr a:hover{
    text-decoration: none;
    border: 1px solid #00c2df;
}

.sm_wr strong{
    background: #00c2df;
    color: white;
}

.sm_wr a.start,
.sm_wr a.prev,
.sm_wr a.next,
.sm_wr a.end{
    background-image: none;
    font-size: 16px;
}

.sm_wr .start:hover,
.sm_wr .prev:hover,
.sm_wr .next:hover,
.sm_wr .end:hover{
}

@media (max-width: 767px){
    .sm_wr a,
    .sm_wr strong,
    .sm_wr span{
        padding: 9px 15px;
    }
}

@media (max-width: 576px){
}

@media (max-width: 424px){
}

@media (max-width: 374px){
    .sm_wr a,
    .sm_wr strong,
    .sm_wr span{
        padding: 4px 10px;
    }
}

@media (max-width: 319px){
}
*/