﻿.price
{
     color: green;
     font-weight: bold;
}
.error {color: #FF0000;}

.faq-item h5 {color:green; font-weight:bold;}


#res {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}
#res td, #res th {
    font-size: 1em;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
}

#res th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}
 .error {
    font-size: 1.0em;
    text-align: left;
    padding-left: 5px;
    background-color: yellow;
    color: red;
}
