﻿.body
{
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

.page
{
    width: 960px;
    background-color: #f9f9f9;
    margin: 20px auto 0px auto;    
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #45b133; /*main green color*/
    width: 100%; 
    height:76px;  
    border-radius: 8px;  
}
.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;   
}
.pics
{
    text-align:center;
    position:center;
    align-content:center;
}
.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    border: 1px solid deepskyblue;
    text-align:center;
    background: #ECF0FD;
    border-radius: 8px;
}
.loginDisplay
{    
    color: White;
}
.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: #4CAF50;
}

.loginDisplay a:hover
{
    color: #4CAF50;
}
/* buttons*/

a.button, a.tp-button {
    background-color: #3366CC;
    color: #747474;
}
a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-color: #CC3300;
    color: #fff;
    border-radius: 4px;
}
a.button_js {
    padding: 0;
}
.mrn {
    margin-right: 0 !important;
}
a.button .button_label {
    
}
.myborders {
    border-radius: 8px;
}
.single-coutnerup .count-num {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    color: #fc4444;
    margin-bottom: 15px;
    display: block;
}
.header .title {
    font-size: 40px;
    font-weight: 600;
}
