/**
 * Created by SerjBeseda on 03.10.18
 */

/*custom style for calendar*/
.clndr{
    width: 280px;
    margin: auto;
}

#registration input[type=text]{
    max-width: 485px;
    width: 100% !important;/*fix responsive old style*/
}
.data{
    margin-bottom: 25px;
}