@charset "utf-8";
/* CSS Document */

h2.privacyNoticeHeading {
    background: #efefef;
    padding: 30px;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
}
.privacyNoticeContent {
	margin-left: 30px;
	margin-right: 30px;
}
h2.privacyNoticeHeading::after {
    content: '\e252';
    float: right;
    font-family: 'Glyphicons Halflings';
    color: #666;
	font-size: 20px;
	margin-top: 6px;
}


@media (min-width : 1599px) {

}

@media (max-width : 1599px) {
	
}

@media (max-width : 1199px) {


}

@media (max-width : 991px) {

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {


}

@media (max-width: 767px) {
	.nav-pills {
		width:300%;	
	}


}