.main_content {
    padding: 0px !important;
}
.icon_img{
    width:100%;
    max-width: 100px;
}
.inner_content {
    background-color: #fff;
    display: block;
    width: 100%;
    margin: 10px 0px;
    padding: 15px;
    border-radius: 5px;
}

.myDiv {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.titr {
    font-size: 17px;
}

.titr i {
    color: #85b635;
}

.contentIsStatic {
    padding: 20px;
    font-size: 15px;
}

.large_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 550px;
    height: auto;
}

.large_img img {
    width: 100%;
    max-width: 550px;
}

.thump {
    display: inline-block;
    max-width: 33%;
}

.small_pic {
    cursor: pointer;
    width: 150px !important;
    height: auto!important;
    margin: 3px;
}

.imgMain {
    margin-top: 40px;
}

.extra {
    max-width: 100%;
}

.parts_table {
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.parts_table td {
    border: 1px solid #ccc;
    width: 49%;
    padding: 10px;
    vertical-align: middle
}

@media(max-width:365px) {
    .small_pic {
        width: 60px !important;
        height: 60px !important;
    }
    .linebreak_Dt {
        display: none;
    }
}

@media (max-width:768px) {
    .small_pic {
        margin: 0px;
    }
    .myDiv .pull-right,
    .myDiv .pull-left {
        clear: both !important;
        display: block !important;
        margin: 0 auto !important;
    }
    .large_img,
    .imgMain {
        max-width: 100%;
        margin-top: 0px;
        margin: 0 auto;
        float: none !important;
    }
}

.small_pic:hover {
    box-shadow: 0px 0px 5px #ccc;
}

.first {
    max-width: 500px;
}

.btnTab button {
    width: 90%;
    margin-bottom: 3px;
}

.btn-success {
    background-color: #85b635 !important;
    border-color: #85b635 !important;
    /*    border-radius: 0px !important;*/
}

.btn-warning {
    background-color: #ffff00 !important;
    border-color: #ffff00 !important;
    /*    border-radius: 0px !important;*/
}

.content_tab {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.detailes_img {
    width: 100%;
    max-width: 400px;
}

.about_table {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
}
.about_table i{
    color: #85b635;
    font-size: 16px;
}
.about_table i.fa-times{
    color:#888;
}
.about_table .odd {
    /*    background-color: rgba(133,182,53,0.8);*/
    background-color: rgba(255, 255, 0, 0.3);
}

.yellow_td {
    background-color: rgba(255, 255, 0, 0.3);
}

.about_table td {
    width: 49%;
    border: 1px solid #ddd;
    padding: 10px 0px;
	vertical-align: middle;
}


/*newTabs*/

.myTab {
    width: 90%;
    max-width: 500px;
}

.myTab td {
    text-align: center;
    padding: 10px 5px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 12px;
    cursor: pointer;
}

@media(max-width:330px) {
    .myTab td {
        font-size: 10px;
        pading: 5px;
    }
}

.selected_tab {
    background-color: #85b635;
    color: #fff;
}

.selected_tab i {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.deselected_tab {
    background-color: rgba(255, 255, 0, 0.5);
}

.deselected_tab i {
    display: none;
}

.myTab td:hover {
    box-shadow: 0px 0px 10px #ccc;
}


/*table in other page*/

.table_3td {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
}

.table_3td td {
    width: 33%;
    border: 1px solid #ddd;
    padding: 10px 0px;
}

.ostrich_btn {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    font-size: 14px;
    color: #fff;
    background-color: #597826;
    border-radius: 5px;
    padding: 10px;
    border: 2px solid #597826;
    transition-duration: 0.5s;
}

.ostrich_btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #597826;
    box-shadow: 0px 0px 10px #555;
    transition-duration: 0.5s;
}
.about_table-3 td {
    width: 20% !important;
    border: 1px solid #ddd;
    padding: 10px 0px;
    vertical-align: middle;
}