body {
    font-size: 14px;
	color: #1d1d1d;
    background: #f5f5f5;
}

@media (min-width: 992px) {
	.col-md-8 {
		width: 50%;
	}
	.col-md-4 {
		width: 50%;
	}
}
@media (max-width:400px) {
	.list-inline>li {
		display: list-item;
		padding-right: 5px;
		padding-left: 5px;
		margin-bottom: 10px;
	}
}



.header {
    padding: 30px 0;
    background: #7b97a4;
    border-bottom: 2px solid #6e7e88;
	border-top: 0;
}

.header .profile-content .name {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #f5f5f5;
}

.header .profile-content .social a {
    background: #49515a;
	width: auto;
	height: auto;
    display: inline-block;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
    border-radius: 5%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    text-align: center;
	padding: 5px 20px;
    font-size: 18px;
	text-decoration: none;
	
}
.header .profile-content .social a:hover {
	background: #1d1d1d;
	text-decoration: none;
}
.header .profile-content .social li:first-child a{
	background: #1d1d1d;
}


.section .heading {
    font-size: 20px;
	margin-bottom: 20px;
	color: #1d1d1d;
}

.section a {
	color: #1d1d1d;
	text-decoration: underline;
}
.section a:hover {
	text-decoration: none;
}

.section table td{
	vertical-align: top;

}
.section table td img {
	margin-right: 20px;
	margin-bottom: 10px;
}
.section table td a img {
	margin-top: 5px;
}

.section .magin-right20{
	margin-right: 20px;
}
.section .download-button{
	background: #000000;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5%;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 5px;
}
.section .download-button a{
	color: #ffffff;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
	padding-bottom: 8px;
	background: transparent;
	border: 0;
}
.section .download-button a:hover{
	color: #ffffff;
	text-decoration: none;
}
.section .activemap-informer-link {
	font-size: 16px;
    font-weight: bold;
	word-break: break-all;

}
.section .section-inner {
    background: #EBF1F5;
    padding: 30px;
    border: 1px solid #d9e2e8;
}
.footer {
    background: #6e7e88;
    color: #fff;
    padding: 10px 0;
}

.footer .copyright {
    color: #d9e2e8;
}
.footer a {
    color: #f5f5f5;
}
