﻿body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 15px;
}
#IdDivRowForLogoImgs {
    height: 10px;
}
.ClsMandatoryStar {
    color: red;
}
.HeaderClass {
    background-color: #133984;
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    height: auto;
}

.SubHeaderClass {
    background-color: #e4e3e3;
    color: black;
    font-size: 16px;
    height: 20px;
    line-height: 5px;
    vertical-align: central;
    width: 100%;
    margin-left: 0px;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .HeaderClass {
        font-size: 35px;
    }
}

@media (max-width: 1000px) {
    .HeaderClass {
        font-size: 30px;
    }
    .SubHeaderClass {
        height: 65px;
        line-height: 15px;
        vertical-align:text-top;
        padding-left: 0px;
    }
}

@media (max-width: 660px) {
    .HeaderClass {
        font-size: 28px;
    }
}

@media (max-width: 550px) {
    .HeaderClass {
        font-size: 26px;
    }
}

#IdImgTataMotors, #IdImgTataLogo{
    width: 100%;
}

#IdImgTataCVAppLogo, #IdImgGooglePlay {
    margin-left: 40%;
    width: 50%;
}

.table {
    width: 100%;
    margin-left: 0px;
}

    .table th {
        height: 30px;
        background-color: #e4e3e3;
        color: black;
        font-size: 17px;
    }

.ClsSlNum {
    width: 4px;
}

#IDImgRangeShot {
    height: auto;
    width: 100%;
}

#IdBtnCalculate {
    font-size: 16px;
    background-color: #e4e3e3;
    color: black;
    font-weight: bold;
}

span {
    text-align: right;
}

#IdDivTblOuter, .ClsForNullPadding ,#IdDivTblOuterPart {
    padding-left: 0px;
}

#IdDivTblOuter,#IdDivTblOuterPart {
    overflow: scroll;
    overflow-y:hidden;
    overflow-x:auto;
}

#IdDivDisclaimer {
    font-style: italic;
    background: RGB(255,187,0);
    width: 98%;
}

#IdDivContactNum {
    color: darkblue;
    font-style: italic;
}