#calc .tool {
    display: table;
    max-width: 500px;
    width: 100%;
    margin: auto;
}
#prd-tg .heading {
    display: table;
    margin: 30px auto 20px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color:#000;
}
.clr {
    clear: both;
    float: none;
}
#calc .tool label {
    width: 60% !important;
    display: block;
    line-height: 50px;
    float: left;
}
#calc .tool span {
    background: #0074bc;
    color: #fff;
    font-weight: bold;
}
#calc .tool span, #calc .tool select, #calc .tool p {
    display: block;
    box-sizing: border-box;
    width: 40% !important;
    float: left;
    line-height: 40px;
    height: 40px;
    margin: 5px 0;
    padding: 0 15px;
    border: 1px solid #ccc;
    text-align-last: right;
    text-align: right;
}
#calc .tool p {
    color: #FF9600;
    font-weight: bold;
}
#calc .line {
    width: 2px;
    height: 390px;
    float: left;
    background: #0074bc;
    margin: 85px 84px 20px;
}
.quoted {
    width: 600px;
    margin: 0 auto;
    border-radius: 3px;
    border: solid 3px #0074bc;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}
.quoted i {
    display: block;
    font-size: 14px;
    color: #f00;
    margin-top: 10px;
    text-align: left;
}
#tblres {
    max-height: 504px;
    overflow: hidden;
}
#calc table {
    margin: 30px 0;
}
#calc table th {
    background: #0074bc;
    color: #fff;
    font-weight: bold;
    border: 1px solid #ccc;
    line-height: normal;
    text-align:center;
}
#calc table td {
    border: 1px solid #ccc;
    line-height: normal;
    text-align: center;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
@media (max-width:767px){
    .quoted{
        width:auto;
    }
    	table{
    	    width: auto !important;
    }
    #prd-tg{
        padding-top:0 !important;
    }
    #calc table td{
        padding:2px;
        font-size:9px;
    }
    #calc table th{
        font-size: 9px;
    padding: 2px;
    }
}