sup { 
	font-size:0.8em;
}

table.table { 
	width:100%;
}
table.table tr td { 
	width:50%;
}
table.table tr td h3 { 
	margin-top:0;
}

.text-slider {
	top:0; 
	bottom:auto;
	height:100%;
	display: table;
}
.text-slider > div { 
	float:none;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	display: table-cell;
	vertical-align: middle;
	background:none;
	color:#fff;
	opacity:1;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.text-slider > div a { 
	float:none;
	color:#fff;
	opacity:1;
}

.sidebar_widget_holder h3 { 
	margin-top:0;
	margin-bottom:15px;
}

/*Alumni*/

#cn-cat-select .chosen-container { 
	display:none;
}
.shortcodes ul#cn-list-actions { 
	margin:0;
	padding:0;
	list-style-type: none;
}

.shortcodes ul#cn-list-actions li { 
	margin:0;
	padding:0;
	list-style-type:none;
}

.shortcodes ul#cn-list-actions li a { 
	display:inline-block;
	padding:5px 12px;
	
	background:#337AB7;
	border:1px solid #2E6DA4;
	border-radius:3px;
	color:#fff;
}
#cn-form .cn-metabox h3 { 
	float:none;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 	 -o-box-sizing: border-box;
					box-sizing: border-box;
}
#cn-form .cn-button { 
	margin:0;
	padding:10px 15px;
	
	width:auto;

	border-radius:3px;
}
#cn-form .cn-button.green { 
	color: #FFF;
	background-color: #5CB85C;
	border: 1px solid #4CAE4C;
}
#cn-form .cn-metabox .cn-metabox-inside, 
#cn-form .cn-metabox #cn-form .cn-metabox-inside { 
	padding-top: 5px;
}
.cn-radio-group { 
	margin-left:7px;
}

#cn-metabox-section-name, 
#cn-metabox-section-title, 
#cn-metabox-section-organization,
#cn-metabox-section-department { 
	margin-top:12px;
}
#cn-form p.cn-remove-button { 
	position:static;
	margin:0;
	margin-bottom:0!important;
}
#cn-form p.cn-remove-button:after { 
	display:block;
	content:"";
	clear:both;
}
#cn-form p.cn-remove-button a { 
	float:right;
	color: #FFF;
	background-color: #D9534F;
	border: 1px solid #D43F3A;
}
#cn-form .cn-add.cn-button { 
	width:auto;
	display:inline-block;
	color: #FFF;
	background-color: #337AB7;
	border: 1px solid #2E6DA4;
}
.address-geo, 
#cn-metabox-metabox-address a.geocode.button { 
	display:none;
}

#cn-form .cn-metabox label{ 
	display:block;
}
.address-line + .address-line, 
.address-region,
.address-country { 
	margin-top:10px;
}
.address-region:after { 
	display:block;
	content: "";
	clear:both;
}
#cn-form h4 span.visibility { 
	width:auto;
}
#cn-form .cn-metabox .preferred label { 
	display:inline;
}
.cn-radio-group .cn-radio-option{ 
	display:block!important;
	float:left;
}
#cn-form .cn-radio-group .cn-radio-option input { 
	float:left;
	margin-top:2px;
}
#cn-form h4 span.visibility label { 
	margin-left:20px;
}
#cn-form h4 span.visibility .cn-radio-group {
	float:right;
}
#cn-entry-type { 
	display:none;
} 
/*End of alumni*/

@media (max-width: 860px) {
	#sidebar { 
		display:none;
	}
}