/* CSS Document */

.btn-primary {
	background-color: #5777EA;
	border: 2px solid #A4A4A4;
	color: #FFFFFF;
	font-size: 1.2em;
}
.resultaten .result_nummer {
	position: absolute;
	font-family: "Lucida Console", Monaco, monospace;
	border: 1px solid #C00;
	top: 20px;
	left: 0;
	padding: 0 3px;
	background-color: #FFF;
	color: #101010;
	text-shadow: none;
	font-size: 0.6em;
	border-radius: 20%
}
.result_kop {
	padding: 10px 0 18px;
}
.resultaten img {
	background: none;
	border: none
}
.resultaten .row {
	min-height: 80px;
	margin-bottom: 3px;
	background: #FFF;
}
.resultaten .col-lg-3 {
	padding: 5px 4px
}
.resultaten .col-lg-12 {
	/*min-height: 60px;*/
	overflow: hidden;
}
.resultaten .rij1 {
	background: #5777EA;
	color: #FFF;
	text-shadow: #000 2px 2px 4px;
	text-align: center;
	font-weight: bold;
	height: 62px;
	font-size:1.24em
}
.resultaten .rij2 {
	background: #DDE3FC;
	color: #003;
	text-shadow: #999999 2px 2px 4px;
	text-align: center;
	font-weight: bold;
	height:auto
}
.resultaten .border-right {
	border-right: 1px solid #ABABAB;
}
.resultaten .border-top, .informatie {
	border-top: 1px solid #ABABAB;

}
.resultaten .informatie {

	padding:8px 0;
		background:#FFF
}
.resultaten .col-xs-6 {
	border-left: 1px solid #ABABAB;
}
/*.styled-select select {
	background: transparent;
	max-width: 190px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	color: #003;
	text-shadow: #999999 1px 1px 4px;
	cursor: pointer
}*/

/*.styled-select {
	max-width: 142px;
	height: 34px;
	overflow: hidden;
	border: 1px solid #ccc;
	cursor: pointer;
	padding-right:30px
}*/
/*#jaar {
	max-width: 120px;
		padding-right:30px
}*/
 @media (max-width: 320px) {
.resultaten .rij1 {
	height: 42px;
}
.resultaten img {
	display: none;
}
.resultaten .result_nummer {
	display: none
}
}
