﻿#dvTechnical table {
    width: 100%;
    direction: rtl;
    border-collapse:collapse;
}
#dvTechnical table tr .Header {
    padding: 25px 0 8px;
    font-size: 2.3rem;
}
    #dvTechnical table tr .title {
        width: 15%;
        background-color: #d4d5d6;
        color: #863036;
        padding: 10px;
    }
#dvTechnical table tr td {    
    border: 1px solid #fff;
    font-size: 1.5rem;
}
#dvTechnical table tr .desc {
    padding: 0 10px;
}
#dvTechnical table tr .desc:nth-child(even) {
    background-color: #eaeaea;
}
#dvTechnical div.sect {
    margin: 25px 30px 0;
    direction: rtl;
   font-size: 2rem;
}
 #dvTechnical .sect .title {
    font-family: IRANSans;
    color: #2d90d1;
    padding-left: 3px;
}