﻿@font-face {
    font-family: 'Verdana';
    src: url('fonts/Verdana.ttf') format('truetype'), url('fonts/Verdana-Bold-Italic.ttf') format('truetype'), url('fonts/Verdana-Bold.ttf') format('truetype'), url('fonts/Verdana-Italic.ttf') format('truetype');
}
body {
    font-family: 'Verdana', arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 15.4px;
    color: #333;
    overflow-x: hidden;
}

select {
    font-family: inherit;
    color: inherit;
    border-radius: 0px;
    border: 1px solid #aaa;
    height: 30px;
    line-height: 30px;
    width: 174px;
}


.input-row {
    line-height: 30px;

}
.IRCalcModule #calc-form .input-row .input-label {
    width: 184px;
}
input#amount-invested {
    height: 24px;
    line-height: 24px;
    width: 137px;
}
/*#calculate-button {
    width: 141px;
    background: #b9975b;
    color: #fff;
    border: none;
    cursor: pointer;
}*/
    #calculate-button:hover {
        
    }
    
    .table-look th, .table-look td {
        padding: 0px;
        text-align: left;
        width: 150px;
    }
        .table-look th {
            font-weight: normal;   

        }

#calculate-button:hover {
    background-color: #C7C2BA;
    border-left: 1px solid #C7C2BA;
    border-bottom: 2px solid #C7C2BA;
    box-shadow: none;
}
.table-look tr td {
    text-align: right;
    border-bottom: 1px solid #f2f2f2;
}
.table-look tr:last-child td {
    border-bottom: 1px solid #f2f2f2;
}

.IRCalcModule .vertical th {
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    background: none;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #f2f2f2;
}

@media screen and (max-width: 465px) {
    .input-wrapper {
        position: relative;
        right: 0;
        top: 0;
    }
    #from-year, #to-year {
         margin-left: 0px; 
        float: left;
    }
    .IRCalcModule #calc-form .input-row .input-label {
        width: 100%;
        float: left;
    }
    label {
        width: 100%;
    }
    .formDivider {
        height: 70px;
    }
    input#calculate-button {
        margin-top: 15px;
    }
    .input-row {
        line-height: 17px;
    }
    .table-look {
        margin-top: 40px;
    }
    .IRCalcModule #calc-form .input-row {
        margin-bottom: 5px;
        float: left;
        width: 100%;
        height: 80px;
    }
    .IRCalcModule .vertical td {
        width: 100%;
    }
}