.rg-container {
	font-family:'VodafoneRg_0';
	line-height: 1.4;
	width: 94%;
	margin: 0px 0px 0px 0px;
	padding-left: 3%;
	padding-right: 3%;
	border: 0px solid red;
	font-size: 120%;
	font-weight:bold;
	
}
.rg-header {
	margin-bottom: 0em;
	text-align:center !important;
}

.rg-header > * {
	display: block;
}
.rg-hed {
	font-weight: bold;
	
}
.rg-dek {
	
}

.rg-source {
	margin: 0;
	
	text-align:center !important;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

.rg-source .post-colon {
	font-weight: bold;
}

/* table */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table tr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	
	
	vertical-align: baseline;
	text-align:center !important;
	color: #333;
}
table.rg-table thead {
	border-bottom: 0px solid #ddd;
}
table.rg-table tr {
	border-bottom: 0px solid #ddd;
	color: #222;
}
table.rg-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table th {
	font-weight: bold;
	padding: 0.35em;
	background-color: #f6f6f6;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	
}
table.rg-table td {
	padding: 0.35em;
	
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table th.number, td.number {
	text-align: right;
}

.rank_desk {
display: block !important;
border: 0px solid red !important;
width: 96%;

}

.rank_mobil {
display: none !important;
border:0px solid red !important;
}

/* media queries */
@media screen and (max-width: 584px) {
	
.rank_desk {
display: none !important;
border: 0px solid red !important;
}

.rank_mobil {
display: block !important;
border:0px solid red !important;
}	
	
.rg-container {
	width: 90%;
	margin: 0px 0px 0px 0px;
	border: 0px solid red;
	
}
table.rg-table {
	width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	width: 100%;
}

table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;
	padding: 10px 0px 15px 10px !important;
	
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0;
}
table.rg-table tr.highlight {
	background-color: inherit !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: none;
}
table.rg-table.zebra td:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table tr:nth-child(even) {
	background-color: none;
}
table.rg-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 0px dotted #ccc;
	text-align: right;
}
table.rg-table td[data-title]:before {
	content: attr(data-title);
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 0px solid #ccc;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background-color: inherit;
	font-weight: normal;
}
}