.similar_wrapper {
    margin: 20px auto;
    width: 1200px;
    height: 420px;
    /*height: auto;*/
    border: #0f0 solid 0px;
    padding: 0px;
}

.similar_wrapper .similar_box {
    float: left;
    width: 100%;
    height: 400px;
    border: #00f solid 0px;
}

.similar_wrapper .similar_box .similar_title {
    float: left;
    width: 600px;
    height: 100px;
    padding: 150px 0px;
    border: #00f solid 0px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}

.similar_wrapper .similar_box .similar_title a {
    font-weight: bold;
    color: #0099A8;
}

.similar_wrapper .similar_box .simlar_img {
    float: left;
    width: 600px;
    height: 400px;
    background-image: url('../images/simlarweb.jpg');
    background-size: 400px 400px;
    background-repeat: no-repeat;
    background-position: center center;

}

.price_wrapper{
    margin: 20px auto;
    width: 1200px;
    height: 280px;
    /*height: auto;*/
    border: #0f0 solid 0px;
    padding: 0px;
}

.price_wrapper .price_title {
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 36px;
    line-height: 100px;
}

.online_demo {
    width: 100%;
    height: auto;
}

.online_demo table {
    width: 100%;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;

}

.online_demo table th {
    background: #0099A8;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #ccc;
    color: #fff;
}

.online_demo table td {
    background: #eee;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #ccc;
    text-align: center;
}

.online_demo table td a {
    color: #0099A8;
    font-weight: bold;
}

.questions_wrapper{
    width: 1200px;
    height: 250px;
}

.questions_wrapper .questions_box {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
}

.questions_wrapper .questions_box .question_title {
    font-size: 18px;
    font-weight: bold;
}
