﻿h1
{
    font-size: 2.5em;
    font-weight: bold;
    color: #76cedb;

}

h2
{
    margin: 0px;
    font-size: 1.5em;
    font-weight: bold;
    color: #76cedb;
    margin-top: 20px;
    margin-bottom: 5px;

}

.navbar-default {
    /*background-color:#237637;*/
   /* background-color: #41ad49;*/
	background-color: #76cedb;   
}

.table th, .table td { 
     border-top: none !important; 
 }

table.radioWithProperWrap input {
    float: left;
}

table.radioWithProperWrap label {
    margin-left: 20px;
    margin-right: 40px;
    font-weight: normal;
    display: block;
}

.btn btn-primary {
    background-color: #76cedb;
}

/* ul.nav.navbar-nav li a span {
    color:#ffffff !important;
} */
