﻿body {
    font-family: Roboto light, Arial !important;
    width:100% !important;
}

.top-header {
    text-align: center;
    border-bottom: 1px solid rgb(140, 139, 139);
    min-height: 100px;
    padding: 10px 0 10px 0px;
    background-color: white;
}
.top-header a{
	color: black;
    text-decoration: none;
}
.main-content-area{
	 background-color: #e2efda;
}
.map-contatiner {
    background-color: #F9F9F9;
    border: 1px solid rgb(140, 139, 139);
}
.country-name{
	    color: #357e86;
    font-weight: bold;
    font-size: 18px;
}
.bottom-links-container{
	padding:20px 0 20px 0;background-color:#0d2d35;
}
.bottom-links-container a{
	text-decoration:none;
	color:white !important;
}
.FooterTop {
    width: 100%;
    height: 20px;
    font:  1em arial;
    color: #FFF;
    /*line-height: 50px;*/
    background-color: #3fab37;
    
}
