﻿body {
    padding-top: 0px;
    font-family: 'Lato', sans-serif;
    margin: 0px !important;
    color: #797979;
    background: #eeeeee;
}

#main {
    margin: auto;
    min-height: 700px;
    background: #eeeeee;
}

.dark-bg {
    color: #fff;
    background-image: url('../Images/1_Top_Green_Enviro_Background_2000x690.jpg');
}

.cefaname {
    width: 100%;
    max-width: 320px;    
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    margin: 7px 10px 5px 20px;
}

.table {
    font-size: 0.9em;
}

label {
    font-size: 0.9em;
    font-weight: 300;
}

a {
    font-size: 1em;
    color:dodgerblue;    
}

div.container p {
    font-size: 0.9em;
}

h2 {
    margin-left:20px;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline: 0;
}