﻿body {
    background: white;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'Arimo', sans-serif;
}


html, body {
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    width: 100%;
}

table {
    border-collapse: collapse; /* 'cellspacing' equivalent */
}

    table td, table th {
        padding: 0; /* 'cellpadding' equivalent */
    }

.Grid table th {
    border: 1px solid #cbcbcb;
    padding: 0;
}

.Grid table td {
    border: 1px solid #cbcbcb;
    padding: 0;
}

.noBorderTable table td, table th {
    border: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    line-height: 0;
}

h1 {
    color: #000000;
    margin: 0;
    padding: 0;
    display: inline;
}

h2 {
    color: #000000;
    margin: 0;
    padding: 0;
    display: inline;
}

*, *:focus, *:hover {
    outline: none !important;
}

.link_no_style {
    text-decoration: none;
    color: black;
}

.why_us_container {
    width: 1231px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    cursor: default;
    direction: rtl;
}

.why_us_title_div {
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 17px;
    font-weight: bold;
}

.why_us_tr_sep {
    width: 100%;
    height: 1px;
    background-color: #cbcbcb;
}

.why_us_td_sep {
    width: 1px;
    background-color: #cbcbcb;
}

.why_us_title {
    font-size: 18px;
    font-weight: bold;
}

.why_us_text {
    font-size: 14px;
    text-align: justify;
}

.why_us_div {
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.why_us_div:hover {
    background-color: #fff6e5;
}

.why_us_top_margin {
    padding-top: 20px;
    padding-bottom: 20px;
}

.why_us_side_margin {
    margin-left: 23px;
    margin-right: 23px;
}