.consoleGray {
	background-color: #eee;
	border-radius: 9px;
	margin: 10px 0;
	padding: 10px;
	width: 100%;
	position: relative;
}
.nav_active a {
	color: #2980b9;
}
.nav_active a:hover {
	color: #1ac8e2;
}
.main-content-row {
    padding: 0;
}
#mb_feature{
	width: auto;
	display: inline;
}
#editfeature input {
	display: inline;
	width: 75%;
}
#ajax_form {
	overflow: hidden;
}
#description {
	background-color: #ffffff;
	border: 1px solid #587992;
	color: #3C7998;
	height: 250px;
	left: 0;
	line-height: 16px;
	padding: 5px;
	position: absolute;
	top: -132px;
	width: 100%;
	overflow: hidden;
}
#description ul { margin: 0; padding: 0 0 0 16px; }
#mod_table td { padding: 2px; }
caption {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0;
	text-align: left;
}
#features_list {
	padding-left: 10px;
}
#features_list span.wrapper {
	display: block;
	float: left;
	white-space: nowrap;
}
#features_list div { width: 100%; }
#features_list div:hover {
	background-color: #ffffff;
}
.ck_checked  {
	color: #3C7998;
	font-weight: bold;
}
span.ck_checked  {
	display: inline-block;
}
div.ck_checked {
	clear: both;
	margin: 10px 20px;
}
div.ck_checked span { display: block; }

@font-face {
	font-family: Consolas;
	src: url(../mm5/fonts/consola.ttf);
}
#mb_script {
	width: 100%;
	font-family: Consolas,"Courier New",monospace;
	line-height: 1.1rem;
	height: auto;
	padding: 8px;
	hyphens: none;
	wordwrap: normal;
}

#tbl_functions {
	background-color: #fff;
	border-collapse: collapse;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	width: 100%;
}
#mod_table th,
#tbl_features th,
#tbl_functions th {
	background-color: #587992;
	background-color: #00B4A5;
	border-bottom: 4px solid #00B4A5;
	border-top: 4px solid #00B4A5;
	color: #ffffff;
	padding: 3px;
	line-height: 28px;
	vertical-align: middle
	transition: 0.12s ease-in-out all;
}
#tbl_functions th {
	line-height: 18px;
}
#tbl_features th.link:hover {
	border-bottom: 4px solid #000000;
}
#tbl_features a,
#tbl_features a:active,
#tbl_features a:visited {
	color: #ffffff;
	outline: none;
	text-decoration: underline;
	-webkit-transition: 0.2s ease-in-out all;
	transition: 0.12s ease-in-out all;
}
#tbl_features a:hover {
	color: #000000;
	outline: none;
}

#tbl_features td,
#tbl_functions td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 25px;
	padding: 3px;
	vertical-align: top;
	white-space: nowrap;
	line-height: 34px;
}

#mod_table caption { padding: 0; }
#mod_table input,
#mod_table select { display: inline; width: auto }
#desc-fields input,
#desc-fields textarea { width: 94%; margin: 0 10px; }
#tbl_functions input,
#tbl_functions select { display: inline; width: auto; }

#update_msg {
	color: blue;
	font-size: 1rem;
	font-weight: bold;
	line-height: 24px;
	position: fixed;
	right: 10px;
	top: 48%;
}
.expanding { width: 100%; height: 75px; line-height: 1rem }
.expanded_wrapper {
	background-color: #ffffff;
	border: 2px solid #587992;
	border-radius: 9px;
	box-shadow: 3px 3px 4px #666666;
	overflow: hidden;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	top: 300px;
	width: 800px;
	padding: 12px;
}
.expanded {
	border: 0 hidden #ffffff;
	height: 300px;
	padding: 5px;
	width: 782px;
	z-index: 10;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.expanded_close {
	float: right;
	margin: 0 20px;
}
#nextprev { line-height: 24px; }
#nextprev a {
	margin: 0 5px;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 12px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear-l { clear:left; }
.clear-r { clear:right; }
.clear-b { clear:both; }

#desc-fields label {
	clear: both;
	float: left;
	padding: 2px 5px 3px 0;
	text-align: right;
	white-space: nowrap;
	width: 100px;
}

.button1 {
	background: #3498db linear-gradient(to bottom, #3498db, #2980b9) repeat scroll 0 0;
	border-radius: 7px;
	box-shadow: 3px 3px 4px #666666;
	color: #ffffff;
	cursor: pointer;
	font-family: Arial;
	font-size: 13px;
	padding: 6px 9px;
	text-decoration: none;
}

@media only screen and (min-width: 360px) {
	#features_list{
		font-size: .83rem;
	}
	#mod_table select {
		font-size: .83rem;
	}
	.main-content {
		padding: 0;
	}
}
@media only screen and (min-width: 768px) {
	.main-content {
		padding: 0 1rem;
	}
}
@media only screen and (min-width: 1160px) {
	#features_list{
		font-size: 1rem;
	}
}