body{
    width: 690px;
    margin: 0 auto;
    
}
p, li{
    color: #A69894;
    font-size: 12px;
}

.clearfix:after{
    content:" ";
    display: block;
    clear:both;
}
h2{
    font-weight: normal;
}
h4{
    font-weight: normal;
}
a{
    font-size: 12px;
    color: green;
}

header{
    text-align: center;
    margin-bottom: 50px;
}
section{
    margin-bottom: 15px;
    float: left;
}
.left-box{
    width: 350px;
    height: 300px;
    background-color: #F7F7F7;
    margin-right: 20px;
}
.inside-left{
    padding: 10px;
    overflow: auto;
    
}
.keyboard{
    width: 100%;
    height: 150px;
}
.readmore{
    float: right;
    
}
.right-box{
    height: 300px;
    width: 320px;
    
}
.small-box{
    height: 70px;
    background: #F7F7F7;
    padding: 10px;
    margin-bottom: 15px;
}

.small-pics{
    width: 110px;
    height: 70px;
}
.small-text{
    margin-left: 10px;
    width: 180px;
    position: relative;
    top: -20px;
    
}
.small-pics, .small-text{
    float: left;
}
footer{
    margin-top: 50px;
    border-top: 2px solid #F7F7F7;
    border-bottom: 2px solid #F7F7F7;
}
.footer-box{
    width: 226px;
    float: left;
}
.border{
    border-right: 2px solid #F7F7F7;
    border-left: 2px solid #F7F7F7;
}
.bottom{
    position: relative;
    /*left: -20px;*/
}

li{
    list-style-type: none;
    margin-top: 10px;
}
li:nth-child(1){
    margin-top: 20px;
}
.checkmark{
    margin: 0 7px;
    display:inline-block;
    width:3px;
    height:6px;
    border: solid green;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
}
.pricing{
    position: relative;
    left: -5px;
    top: 15px;
    float: right;
}



