.cpbx-title{
	text-align:right;
	margin:5px;
}

.entry-content div.cpbx-border{
	padding:5px;
	box-sizing:border-box;
}

.cpbx-line .desc{
	margin:0px;
}

.cpbx-line .desc>ul>li,
.cpbx-line>li{
	list-style:none;

}

.cpbx-line>li>ul,
.cpbx-line{
	padding:0px;
	margin:0px;
}
.cpbx-line{
	cursor:pointer;
}

.cpbx-line>.desc{
	cursor:default;
	position:fixed;
	display:none;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color: rgba(128, 128, 128, 0.32);
	z-index:1000;
}

.cpbx-line>.desc>table{
	width:800px;
	height:500px;
	margin:auto;
	margin-top:10%;
	border:1px solid gray;
	padding:5px;
	background:white;
	display:table;
}

.cpbx-line>.desc>ul li{
	display:table-row;
}

.cpbx-content-desc{
	overflow:auto;
	height:100%;
}

.close{
	color:blue;
	float:right;
	cursor:pointer;
}

.close:hover{
	color:red;
}

.showDesc{
	display:block !important;
}

.cpbx-line-desc{
	font-weight:bold;
	font-size:15px;
}

.breadcrumbs{
	font-size:15px;
	font-style:italic;
	height:5%;
}

.cpbx-line span:first-child{
	color:blue;
	font-size: 1em;
}

.cpbx-line span:first-child:hover{
	color:black;
	background:#cccfd7;
}


@media only screen and (max-width: 800px){
	.cpbx-line>.desc>table{
		width:100%;
		height:100%; 
		margin:auto;
		margin-top:0;
		border:1px solid green;
		padding:5px;
		background:white;
		box-sizing:border-box;
	}
}

/***************************************MC styles************************************************/
body #mc_embed_signup{
	background:transparent;
}
body #mc_embed_signup form{
	padding:0px; 
}
body #mc_embed_signup .indicates-required{
	text-align:left;
}

body #header_right_widget{
	display: inline-block;
    float: right;
	color:white;
}

body #header_right_widget *{
	color:white;
}

body #header_right_widget .social-icons:before{
	line-height: 27px;
	border-radius: 10px;
	background:white;
	display: inline-block;
}

body #header_right_widget  .social-icons{
	font-size: 24pt;
	width:32px;
	text-shadow:none;
}

body #header_right_widget .social-icons.fa-youtube-square{ color:#FF0000; }
body #header_right_widget .social-icons.fa-twitter-square{ color:#1DA1F2; }
body #header_right_widget .social-icons.fa-linkedin-square{ color:#0077B5; }
body #header_right_widget .social-icons.fa-google-plus-square{ color:#DB4437; }
body #header_right_widget .social-icons.fa-envelope-square{ color:#DB4437; }
body #header_right_widget .social-icons.fa-rss-square{ color:#ee802f; }



body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
	margin:0px;
}





