body{
    /*font-family: 'Ubuntu Condensed', sans-serif;*/
    font-family: Tahoma;
    font-size: 12px;
    color: #757474;
}

a{
    color: #2a6208;
    font-size: 12px;
}

td.shadow{
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.31);
}

#ramka_info{
    font-size: 0.9em;
    position: absolute;
    margin-left: 500px;
    margin-top: -18px;
}

table.calc_tbl{
    width: 100%; 
    border: 1px solid silver;
    
}

table.calc_tbl tr:nth-child(2n){
    background-color: #D7FFD7;
}

table.calc_tbl tr td{
    padding: 5px;
    text-align: center;
}

table.calc_tbl tr td:nth-child(1){
    text-align: left;
}

p.red{
    padding: 10px;
    border: 1px solid silver;
    color: white;
    background-color: #009B4E;
}

div.red{
    width: 60%;
    margin-left: 20%;
    padding: 10px;
    border: 1px solid silver;
}