body, html{
    padding: 15px 0;
    background: url(exam-bg.jpg) 0% 0 / 100% fixed;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    height: 100%;
}
*{
 box-sizing:border-box;
 -ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
}
.wrapper{
    margin: 0 auto;
    width: 1000px;
    background:#FFF;
    border-radius: 10px;
    padding:15px;
    margin-bottom:15px;
        position: relative;
}
H1,H2,H3,H4{
 margin:0;
 color:#0f7acc;
 font-weight: normal;
}
H1{
 text-align:center;
}

fieldset{
 display:block;
 border:1px solid #E5E5E5;
 border-radius:10px;
 padding:15px;
}

p{
  margin:0;
  padding:15px;
  border-left:2px solid #0f7acc;
  font-style: italic;
}
#share_buttons{
 margin-top: -5px;
 margin-bottom: 5px;
 text-align: right;
}
.cats{
 text-align:center;
}
.part{
 float:left;
 margin:1%;
 width:23%;
 height:200px;
 border:1px solid #E5E5E5;
 border-radius:10px;
}
.cat{
 background:#1e45a1;
 text-align:center;
}
.cat img{
 height:auto;
 max-width:80%;
 display:block;
 margin:0 auto;
 margin-top:75px;
}
.next-cat{
background: rgb(73,155,234);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
color:#FFF;
text-shadow: 2px 2px 3px rgba(255,255,255,0.1);

text-align:center;
cursor:pointer;
}
.next-cat:hover{
 background:#499bea;
}
.next-cat i{
 font-size:50px;
 margin-top:75px;
}
.cat-info, .inst-info, .car-info{
 text-align:left;
 padding:15px;
 font-style:italic;
 color:#666;
}
.inst-info ul{
  margin:0;
  padding:0;
  list-style:none;
  margin-top:15px;
}
.inst-info li{
  font-size:12px; 
}
.inst img{
 max-width:100%;
 max-height:100%;
 margin:0 auto;
 display:block;
}
.car img{
 max-width:100%;
 max-height:80%;
 margin:0 auto;
 margin-top:10%;
 display:block;
}
.btn{
    position:relative;
    cursor:pointer;
    margin: 0;
    text-align: center;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #666;
text-shadow: -1px -1px #000,
               0 1px 0 #444;
  color: #FFF;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
background: #499bea; /* Old browsers */
background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
}
.btn:hover{
 background:#499bea;
}
.step{
    float: left;
    width: Calc(50% - 30px);
    margin: 15px;
    padding: 15px;
    text-align: center;
background: #499bea; /* Old browsers */
background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
color:#FFF;
border-radius:10px;
cursor:pointer;
}
.step:hover, .date:hover{
 color:#8EEB00;
}
.date{
padding: 15px;
color:#FFF;
border-radius:10px;
cursor:pointer;
margin-bottom:10px;
 background:#499bea;
}
.chk{
    float: right;
    padding: 3px;
    border: 1px solid #FFF;
    border-radius: 5px;
    
}
.selected{
background: #499bea; /* Old browsers */
background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
}
.checked .chk .point, .selected .chk .point{
    background: #8EEB00;
    padding: 8px;
    border-radius: 3px;
}
.point{
      background: none;
    padding: 8px;
    border-radius: 3px;
}
.write-msg{
 padding:15px;
 text-align:center;
 color:red;
 font-style:italic;
}
.write-msg p{
 border:none;
}