body, html {
        font-family: Noto Sans,sans-serif;
}
table {
    table-layout: fixed;
    width: 950px;
   }

   .col1 { 
       width: 270px; 
    }
   .col2 { 
       width: 730px; 
    }
h1 {
        font-weight: normal;
        padding: 0 30px 0;
    }

.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}

p {
    padding: 10px;
    margin-bottom: 10px;
   }

.content-left {
    padding: 0 20px 0;
    margin-bottom: 25px;
   }
.content-rigth {
    padding: 10px 35px 10px;
   }

.first-line {
    background-color: rgb(205, 205, 205);
}
