/*
Theme Name: Tv-Matchen Print
Version: 1.1
Author: Johan Ström, swedish boy productions
*/

.right-header,
.primary-menu,
#before-matches,
#before-footer,
#editfavs,
#footer,
.adzone,
.filter-area-holder,
.filter-area.sticky,
#panorama-adzone,
#tvm-toolbar,
#right-adzone,
#left-adzone,
#triangel_ad,
.ad, .match-ad, #matches-adzone,
.favorites li.hidden,
.filter-area .more,
.favorites-title,
.fav-guide,
.days-area,
.breadcrumbs,
.home .sitelogo,
#earlier-divider,
.calendar-box,
.yesterday,
#tvm_calendar,
#cookie_prompt,
#headwidget,
.textwidget,
.noprint, .no-print,
.follow-us,
.hidden,
#GenecyDFPAdWallpaperCont {
	display: none !important;
}

.page #sidebar-primary {
	display: block;
	width: 100%;
}
.widget,
.page_box > * {
	display: none;
}

.tv-icon, .tv-img {
	width: 50px;
	height: 30px;
}

.tv-icon, .sicon, #logo, li.hc {
	-webkit-print-color-adjust: exact;
}

hr {
	height: 1px; 
	background: #ddd;
	margin: 1em 0;
	border: 0;
}

/* === HTML/Body === */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	max-height: 99.5%;
}
html, body {

}
body {
	background: #fff !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	overflow-x: hidden;
	text-rendering: optimizeLegibility !important;
}

/* === Links / Anchors === */
a {
	color: #000; /*color: #2087bb;	*/
	text-decoration: none;
}

/*#container {
	width: 22cm;
}*/
#content {
	float: none;
	clear: both;
}
/**
* @header
*/
#header .constrain {
	display: block;
}
#header {
	color: #000;
	background: #fff !important; /*add tvm pattern here? */
	border-bottom: 0 none;
	height: auto;
	padding: 0;
	margin: 0;
	float: none;
	margin-bottom: 10px;
	text-align: left;
}
#header::after {
  content: " ";
  display: table;
  clear: both;
  visibility: hidden;
}
#logo {
	background-color: #0092d0 !important;
	display: block;
	float: none;
	width: 100%;
	height: 55px;
	margin: 0;
}
.header-wrap {
	margin: 0;
	padding: 0;
}
.mobile-fixed {
	position: relative;
	top: 0; left: 0;
	z-index: 3;
}
.folded {
	max-height: 100px;
	overflow: visible;
	transition: none;
}
.site-title {
	margin: 10px;
	width: 195px;
	height: 35px;
	display: block;
	text-indent: 100%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	background-position: 0px -140px;
}
.themed-header::before {
	content: '';
	display: none;
}

li.match .odds,
li.match i.odds-mark,
li.got-play i.vid {
 	display: none !important;
}


#matches .day-wrap {
	font-size: 18px;
	background: none;
	border-bottom: 1px solid #ddd;
	margin: 3px 0 5px 7px;
}

h2.day-title {
	font-size: 18px;
}

#matches .day {
	page-break-before : auto;
}

ol.matches .match {
	page-break-after : auto;
	page-break-inside : avoid;
}
li.match .details {
	color: #555;
}
ol.matches {
	font-size: 13px;	
}
.sicon {
	position: relative;
	top: 0; left: 0;
	float: left;
	margin: 0px 6px 0 4px;
}
li.match {
	min-height: 45px; 
}
li.match .icon {
	margin-top: 0;
}

li.match time {
	text-align: center;
	font-size: 13px;
	width: 40px;
}

li.match .details {
	margin-left: 75px;
}

.day .date-month {
	background: none;
	color: #000;
	/*color: #0092d0;*/
}