.dritra-top {
	display: block;
	width: 100%;
	max-width: 804px;
	position: relative;
	background-color: rgba(0,70,140,0.98);
	z-index:1;
	float:left;
}
.dritra-top::after {
	content: "";
	opacity: 0.05;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-image: url(/gfx/illustrations/chq_flag.jpg);
	background-size: 100% 100%;
}
h1.dritra_title {
	font-size: 1.4em;
	font-weight: 700;
	float: left;
	margin-top: -2px;
	margin-bottom: 0;
	text-transform: capitalize;
	display: table-cell;
}
.dritra-top-item {
	display: table-cell;
	float: left;
	width: 50%;
	flex: 0;
	max-width: 100vw;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	padding: 9px;
	vertical-align: top;
	text-align: center;
}
.dritra-top-item:last-child {
	width: 50%;
	}
.dritra-top-item img {
	display: inline-block;
	width: 70%;height: auto;
	margin-top: -9px;
	}
.dritra-info {
	background-color: rgba(0,0,0,0.3);
	float: left;
	width: 100%;
	border-radius: 5px 0 0 5px;
	padding-top: 13px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777;font-weight: 600;
}
/*  rinfo */
.dritra-info--wrapper {
	display: table;
	width: 100%;
	padding: 5px;
	vertical-align: top;
}
.dritra-info--tablerow {
	display: table-row;
	width: 100%;
	vertical-align: middle;
}
.table-row-cell {
	display: table-cell;
	font-size: 14px;
	font-weight: 400;
	color: #FFE500;
	text-align: left;
	padding-bottom: 18px;
	width: 50%;
}
.table-row-cell span {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: block;
}
#startnum {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 170px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	z-index: -1;
	opacity: 0.25;
	position: absolute;
	top: -30px;
	right: 60px;
	font-style: italic;
}

.teamlogo img {
	border-radius: 5px;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: 60px;
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: rgba(255,255,255,0.25);
	padding: 9px;
}
@media only screen and (max-width: 768px) {
h1.dritra_title {
	font-size: 1.04em;
	font-weight: 600;
	float: left;
	margin-top: 5px;
	margin-bottom: 0;
	text-transform: capitalize;
}
	
}

@media only screen and (max-width: 600px) {
.dritra-top-item {
	display: table-cell;
	float: left;
	width: 100%;
	flex: 0;
	max-width: 100vw;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	padding: 9px;
	vertical-align: top;
	text-align: center;
}

.dritra-top-item:last-child {
	margin-left:14px;
}
.table-row-cell {
	display: table-cell;
	font-size: 14px;
	font-weight: 400;
	color: #FFE500;
	text-align: left;
	padding-bottom: 18px;
	width: 50%;
}
.table-row-cell span {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: block;
}

.dritra-top-item {
	display: table-cell;
	float: left;
	width: 100%;
	flex: 0;
	max-width: 100vw;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	padding: 9px;
	vertical-align: top;
	text-align: center;
}
.dritra-top-item:last-child {
	width: 100%;margin-top:9px;
	}
	
	#startnum {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 160px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	z-index: -1;
	opacity: 0.2;
	position: absolute;
	top: -40px;
	right: 30px;
	font-style: italic;
}

.teamlogo img {
	display: none;
}	
	
}