@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 900px) {

.content {
   
    font-size: 15px;
   
}
.left {
    float: left;
    margin: 0 30px 10px 0;
    width: 40%;
}

.left2 {

  
    width: 100%;
}
}

@media only screen and (max-width:850px) {

.content {
    font-size: 14px;
}
}

@media only screen and (max-width:700px) {
.left {
    float: left;
    margin: 0 30px 10px 0;
    width: 100%;
}
}