.head-row{
    background:#0c7fcf;
    color:#fff;
    text-align: center;
}
.data-row{
    background:#eaf2fa;
    color:#000;
    text-align:center;
}
table tr td{
    padding:7px 10px;
}
.calc_blokstr{
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 12pt;
}
.calc_textstr{
    width: 165px;
    float: left
}
#calc_frame, #calc_wedge_yoke{
    clear: both;
    content: "";
    display: table;
    position: relative;
    background: #eaf2fa;
    border-radius: 4px;
    border: 1px solid #B8B5A6;
    padding: 10px;
    height: 100%;
    width: 510px;
}

.calc_col1{
    float: left;
    margin-right: 10%;
}
.calc_col2{
    float: left;
    margin-right: -5%;
}
.calc_input{
    width: 20px;
}
/*Print*/
.calc_printer {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    background: #0c7fcf;
}
.calc_printer:hover {
    background: #eaf2fa;
    text-decoration: none;
}
.calc_printer IMG {
    vertical-align: middle;
}
.print.hidden {
    display: none;
    visibility: hidden;
}
.print_date{
    float: right;
    clear: both;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .print, .print * {
        visibility: visible;
        display: block !important;
    }
}