body,table{font-family: 'Lato', sans-serif; font-size: 10pt; color: #000000;}

H1  {font-family: 'Lato', sans-serif;font-size:12pt; color:#000000; font-weight: bold}
H2  {font-family: 'Lato', sans-serif;font-size:11pt; color:#000000; font-weight: bold}
H3  {font-family: 'Lato', sans-serif;font-size:10pt; color:#000000; font-weight: bold}


/* #queryinput { position:relative; display:block; width:400px; }*/

#search-form {
    display:block;
    height: 4.4rem;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
/* apply to all elements that have a class attribute value containing "qsearchText" */
[class*="qsearchText"]{
    font-size:1.29rem;
    line-height:1.8rem;
}
[class*=mainLink]{
    color:blue !important;
}
[class*="custom_col"]
{
    height: 3.2rem;
    padding: 5px;
    border-radius: 10px;
    background-color: #990033 ;
    border: 1px solid black;
    border-color: white;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
/* -------------------- related to PV_Result.inc  below --------------------------- */
/* TODO: move these <style> css from PV_Result.inc */