.divTable {
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;
}
.divTableCell {
	line-height: 1.5;
	padding: 0 5px;
}
.divTableBody {
	display: table-row-group;
}
.broker-info b {
	color: #476476;
}

.broker-img a img {
	border: 3px solid #3095D5;
}

.logo-table {
	vertical-align: middle;
}

@media (max-width: 500px) {
	.divTable, .divTableRow, .divTableCell, .divTableBody {
		display: block;
	}
	.divTableCell {
		margin-bottom: 10px;
	}
}

@media (max-width: 700px) {
	.atr_list .divTable, .atr_list .divTableRow, .atr_list .divTableCell, .atr_list .divTableBody {
		display: block;
	}
	.atr_list .divTableCell {
		margin-bottom: 10px;
	}

	ul.topiclist li.header dt {
		margin-right: -460px !important;
	}
}

.atr_links_big a {
	display: block;
	color: #ECEFF1 !important;
	background: #48A1D9;
	width: 33%;
	float: left;
	margin: 1px;
	text-align: center;
	font-size: 14px;
	padding: 35px 0;
}

.atr_links_big a:hover {
	text-decoration: none;
	background: #61abda;
}

.atr_links_big a span.graf {
	background: url("{T_THEME_PATH}/images/graf.gif") center left no-repeat;
	padding-left: 20px;
}

.atr_links_big a span.mega {
	background: url("{T_THEME_PATH}/images/mega.gif") center left no-repeat;
	padding-left: 20px;
}

.atr_title_rate {
	width: 135px;
	color: #8297A4;
}

.atr_buttons {
	text-align: center;
	font-size: 12px;
}

.atr_buttons a {
	display: inline-block;
	margin: 2px;
	padding: 5px 10px;
	border: 1px solid #FFF;
	outline: 1px solid #3095D5;
	color: #3095D5 !important;

}

.atr_buttons a:hover {
	background: #3095D5;
	color: #FFF !important;
	text-decoration: none;
}

.atr_header {
	margin-left: -140px !important;
	font-weight: bold !important;
	font-size: 1.2em !important;
}

.atr_header span, .atr_info_table b {
	color: #476476;
}

.atr_info_table {
	font-size: 14px;
}

.atr_info_table td {
	padding-right: 4px;
}

.atr_votes_viewtopic {
	float: right;
	border: 4px solid #328BC3;
	background: #FFF;
	padding: 4px;
	margin: 0 3px 3px 3px;
}

.atr_votes_viewtopic img {
	display: block;
	float: right;
}

.atr_votes_viewtopic br {
	clear: both;
}

ul.linklist li.responsive-menu-1 {
	position: relative;
	margin: 0 5px 0 0;
}

li.responsive-menu-1.dropdown-right .dropdown {
	left: -9px;
}

li.responsive-menu-1.dropdown-left .dropdown {
	right: -6px;
}

.responsive-menu-1:before {
	display: none !important;
}

@media only screen and (max-width: 1489px), only screen and (max-device-width: 1489px) {
	.atr_links_big .fdesc, .site_nadesc span {
		font-size: 12px !important;
	}

	.atr_links_big a {
		padding: 3px 2px;
	}
}

@media only screen and (max-width: 901px), only screen and (max-device-width: 901px) {
	.atr_links_big a span {
		padding: 0px;
	}

	.atr_links_big {
		width: 50% !important;
	}

	.atr_links_big a {
		padding: 5px;
		width: 99% !important;
	}

	.atr_header {
		display: block !important;
		margin-left: 0 !important;
	}
}

.atr_list ul.topiclist li.header dd {
	display: block !important;
}