/* CSS for content in the middle */
div.mid-content-div {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
    padding: 38px 52px 38px 52px;
}

div.mid-content-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 35px;
}

ul.footer-links {
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: -1px;
}

ul.footer-links li {
    display: inline;
    padding: 0 2px;
}

span.emphasize-text {
	font-size:18px;
	font-weight:bold;
}

.borderless tbody tr td, .borderless thead tr th {
    border: none;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";    
    float: right; 
}
.panel-heading a.collapsed:after {
    content: "\e080";
}

/* For Associated Project List (View) */
div.ap-div{
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
	padding: 8px 15px 10px 15px;
	margin-bottom: 15px;
}
