html {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 0px;
	height: 100%
}

body {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0px;
	font-family: tahoma, verdana;
	height: 100%;
	font-family:  Open Sans,sans-serif !important;
	font-size: 11px;
}
.closebutton {
	display: none;
}
@media screen and (max-width: 375px) {
	.matchtime {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
	table {
		max-width: 600px!important;
	}
	#countdown {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
  html {
	  margin: 0;
	  padding: 0 5px;
  }

 .parsley-errors-list{
	 left: -80px !important;
 }
 .parsley-errors-list:after, .parsley-errors-list:before{
	 left: 80% !important;
 }
#reklam .closebutton {
	display: block !important;
	position: absolute;
	top: 30px;
	right: 10px;
	
}
 #reklam {
	 background-color: #fff;
	 z-index: 100;
	 left: 0 !important;
	 top: 0 !important;
	 width:100%;
	 height:100%;
	 text-align: center;
 }
 #reklam img{
	 max-width:80%;
 }
}
.table-stripes>tbody>tr:nth-of-type(4n+1) {
	background-color: #f9f9f9;
}
.error td{
padding: 0 !important;
border-top: 0 !important;
}
p {
	padding-top: 5px;
	margin: 0px;
}
h2{
font-size: 150%;
}

table{
	
}
img {
	border: 0px;
}
td {
	padding: 10px !important;
	vertical-align: middle !important;
	position: relative;
}
td a:link {
	text-decoration: underline;
	color: #000000;
}

td a:visited {
	text-decoration: underline;
	color: #000000;


}
td a:hover {
	color: #FFAE00;

}

.namn {

text-transform: capitalize;

}
.team{
	width: 160px !important;
}
.theteams>td:first-child{
	width: 50%;
}
.theteams>td:nth-child(2){
	text-align: right;
	
}
.customer td{
	border: 0 !important;
}
input.resultbox {
	width: 68px;
	text-align: center;
}


.canvas {
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 558px;
	padding-top: 6px;
	vertical-align: top;
}

.canvas a:link {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.canvas a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.canvas a:hover {
	color: #FFAE00;
	font-size: 11px;
	font-weight: bold;
}

div#reklam {
	display: block;
	position: fixed;
	top: 50px;
	left: 670px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}