@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,hebrew,latin-ext');
#wrapper{
    width:820px;
    background:#fff;
    margin:0 auto;
    padding:20px;
    font-family:arial;
}
h1{
    font-family: 'rubik';
    line-height:40px;
    height:40px;
    margin-top:0px;
    background: #00003b !important;
    color:#fff;
    margin-bottom:0;
    padding-left:15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
h2{
    margin:6px 0 3px;
    color:#fff;
    background: #B8B5B3;
    font-size:17px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    padding-left:15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
h2 span{
    font-weight:normal;
   
}
.row{
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   background-color: #f5f5f5;
   margin-bottom:3px;
   font-size:14px;
   color:#505050;
   padding:20px 15px;
}
.subject{
    width:132px;
    font-weight:bold;
    display:inline-block;
    vertical-align: top;
    color: #00003b;
}
.description{
    display:inline-block;
    width:600px;
}
.description h4{
    margin:0 0 3px 0;
}
.description p{
    display: inline-block;
    line-height:1.4em;
    margin:0 0 3px 0;
}
h2+.row{
    color:#00003b;
}
