/*
- media0639.css
*/

/*  smallest useable */
@media (min-width: 400px) and (max-width: 639px) {
	#pixel{
		background-color: red;
	}
	body {
		font-size: 10px;
		line-height: 1.428571429;
	}
	
	h1,
	.h1 {
		font-size: 26px;
	}
	
	h2,
	.h2 {
		font-size: 22px;
	}
	
	#header {
		height: 60px;
	}
	
	#navcontainer {
		margin-top: -8px;
	}
	
	#navlist li
	{
		padding-right: 10px;
	}

	#navlist a
	{
		font-size: 78%;
	}
	
	#navcontainer ul li a
	{
		padding: .1em 1em;
		border-bottom-right-radius: 6px;
			-webkit-border-bottom-right-radius: 6px;
			-khtml-border-bottom-right-radius: 6px;
			-moz-border-radius-bottomright: 6px;
	
		border-bottom-left-radius: 6px;
			-webkit-border-bottom-left-radius: 6px;
			-khtml-border-bottom-left-radius: 6px;
			-moz-border-radius-bottomleft: 6px;
	}
	
	#navcontainer .dropdown-content a {
		margin-top: -2px;
		padding-top: 2px;
    }
	
	#content {
		margin-top:57px;
		min-height: 555px;
	}

	pre {
		font-size: 0.9em;
		margin-left: -15px;
	}
	ul.mecond li {
		margin-left: -50px;
		font-size: 0.9em;
	}
	
	p.pad {
	padding-left:10px;
	}
	
	table.blinds, table.ranking, table.sundowner, table.jamai {
		width: 310px;
		margin-left: 20px
	}
	
	a.loca:first-of-type {
	padding-left: 10px;
	} 
	
	.location {
		margin-left: 70px;
		width: 75%;
	}
	
	div.location img{
		width:12px;
	}
	
	.location2 {
	margin-left: 10px;
	}

	div.location2 img{
		width:12px;
	}
	
	.karte div {
	display: inline-block;
	width: 200px;
	}
	.karte img {
	height: 2.2em;
	margin-right: 9px;
	}
	.karte br {
	display: none;
	}
	
	.modal-dialog.viewer  {

		width: 470px;
		margin: 10px auto;
	}
	
	table#player1 {
	width:450px !important;
	margin: auto !important;
	margin-top:2px !important;
	margin-bottom:2px !important;
	}

	table#player2 {
	width: 99% !important; 
	margin: 1px!important;
	}
	
	.navrss a{padding:0 !important;}
	.navrss img{margin-left:4px !important; margin-right:4px !important; margin-bottom:-2px !important; width:14px !important; height:14px !important;}
	.navrss li{padding:0 !important;}
	
	.container {
		width:90%;
		margin-right: 5px;
		margin-left: 3px;
		margin-top: 8px;
		margin-bottom: 20px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 10px;
		padding-bottom: 1px;
	}
	
	img.wttnl{
	padding-left:32px;
	opacity:0.8;
	filter: alpha(opacity=80);
	transition: 		opacity 0.35s linear;
	-webkit-transition: opacity 0.35s linear;
	width:310px !important; 
	height:31px !important;
	}
	img.wttnl:hover{
	opacity:0.9; 
	filter: alpha(opacity=90);
	transition: 		opacity 0.35s linear;
	-webkit-transition: opacity 0.35s linear;
	}
	#bsop {
      margin-right: 20px;
	  margin-top: 20px;
	  width: 4em;

	}
	h1.tentimes {
	margin-top: 10px;
	text-align: center;
	font-size: 170%;
	letter-spacing: 2px;
	font-weight: 500;
	margin-left: -25px;
	}
	h1.tentimes::before {
	content: '';
	display: inline-block;
	}
	h1.tentimes::after {
		content: '';
		display: inline-block;
	}
	article {
	padding-right:30px;
	padding-left:28px;
	padding-bottom:14px;
	}
	section {
	padding-right:30px;
	padding-left:12px;
	margin-left: -65px;
	flex-direction: column;
	}

	section > div {
	padding: 0 40px 0 80px;;
	}

	section.timetable div ul  {
	margin-left: 15px;
	margin-top: 5px;
}

/*
- media0639.css
*/