/*override style*/
html{
	margin: 0;
	padding: 0;
}

.row {
	width: 1030px;
	max-width: 100%;
	/* min-width: 768px; */
	margin: 0 auto;
}

ul, ol, dl {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 17px;
	list-style-position: inside;
}

table {
	border: 0px;
	
}

table tr, table tbody tr, table tbody tr:nth-child(even) {
	background-color:transparent;
	
}


.button{
	padding-right: 130px;
	text-align: left;
}


@media only screen and (max-width: 374px) {
	a.button{
		padding-right: 5px;
	}
}

.tips_arrow {
	background-image: url("http://gfx.dagbladet.no/tips/arrow1.png");
	background-repeat: no-repeat;
	background-position: 98% center;
}

.pb26{
	padding-bottom: 26px;
}
@media only screen and (max-width: 800px){
.row {
width: auto;

}
}