p {
	/*padding-right:20px;*/
}
.filters-title {
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
}
#container iframe.iframe {
	width:100%;
	height:1500px;
	border:0;
	overflow:hidden;
	overflow-y:scroll;
}
#container iframe.iframe.m0 {
	margin-top: 0;
}
iframe.fb-iframe {
	background-color: #fff;
	height: 2000px;
	width: 100%;
}
.break {
	/* Be VERY careful with this, breaks normal words wh_erever */
	word-break: break-all;
}
.bg-black, #container.bg-black {
	background: #000;
}
.red-info {
	font-weight: bold;
    color: #E06666;
}
.font-xs {
	font-size: 12px;
}
.font11 {
	font-size: 11px;
}
.subscript {
    font-size: 11px;
    color: #E06666;
    font-weight: bold;
}
.popover-box {
	position: relative;
	overflow: auto;
}
.popover.dblock {
	display: block;
}
.f-table th {
	text-align:center;
	font-size:90%;
	background-color:#E06666;
	color:#fff;
	border: 1px solid #ccc;
}
.f-table td {
	padding:10px;
	text-align:center;
	font-size:90%;
	border: 1px solid #EEE;
}
.c-table th {
	background-color:#E06666;
	color: #fff;
}
.fs-table {
	font-size: 12px;
}
.sidebar-black {
	background: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.order-table tr td:first-child, .order-table tr th:first-child {
	display: none;
}
.vis-table tr td:first-child, .vis-table tr th:first-child {
	display: table-cell;
}
.centerbox .c-centerbox {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.centerbox .c-rightbox {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/***** Header *****/
.nav-btns {
	margin: 8px 0;
}
.nav-btns a {
	margin-bottom: 5px;
}

/***** custom panels *****/
.panel-group-custom .top-panel .panel-heading {
	padding: 40px 30px;
}
.panel-group-custom .panel-body .panel-left {
	padding:20px 20px;
	margin-top:15px;
	background-color:#f5f5f5;
}
.panel-group-custom .panel-body .panel-right {
	padding:30px 30px;
	margin-top:15px;
	background-color:#f5f5f5;
	border-left:1px solid #000;
}
.panel-group-custom .panel-heading .panel-title {
	padding: 10px;
}
.panel-group-custom .top-panel .panel-heading .panel-title {
	padding: 0;
}
.panel-group-custom .btn-toggle-info {
	border:1px solid #000;
	border-radius:5px;
	margin-bottom:5px;
	top:-10px;
}
.panel-group-custom .panel-box {
	background-color: #f5f5f5;
}

/***** Group page *****/
.panels-urlgroup {
	margin-left: -5px;
	margin-right: -5px;
}
.panels-urlgroup.panel-group .gpanelbox {
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	float: none;
	vertical-align: top;
}
.panels-urlgroup.panel-group .panel {
	margin: 10px 0;
}
.panels-urlgroup.panel-group .panel .panel-heading {
	cursor: move;
}
.ui-sortable-placeholder.gpanelbox { 
	border: 1px dotted #999; 
	background: rgba(220,220,220,0.5);
	visibility: visible !important; 
	height: 37px; 
	margin: 10px 0;
}
.site-list {
	min-height: 20px;
}
.site-box {
	padding: 5px 7px;
    background: #ccc;
    border-radius: 3px;
	cursor: move;
	margin: 4px 0;
}
.ui-sortable-placeholder.site-box { 
	border: 1px dotted #999; 
	background: rgba(220,220,220,0.5);
	visibility: visible !important; 
	height: 30px;
	margin: 4px 0;
}