﻿body
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.page
{
    width: 960px;
    background-color: White;
    margin: 20px auto 0px auto;    
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #339933; /*main theme colour - green*/
    width: 100%; 
    height:76px; 
    border-radius: 8px;    
}
.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
   
}
.pics
{
    text-align:center;
    align-content:center;
}
.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    border: 1px solid #e30613; /* border color (old #e30613)*/
    
    text-align:center;
    background: #f0f0f0;
    border-radius: 8px;
}
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}
.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}
/* buttons*/

a.button, a.tp-button {
    background-color: #CC3300;
    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 {
    padding: 11px 20px;
}
.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;
}