*{
	font-family: 'verdana';
	font-size: 14px;
}

h1{
	font-size: 2em;
}
.container{
	width: 90%;

    border: 1px solid #dcdcdc;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    max-width: 1024px;
    display: flow-root;
    margin: 0 auto;
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .15rem;
    min-height: 1px;
}

.row .col.s1{
	width: 8.3333333333333%;
	max-width: 79.333333333333px;
}
.row .col.s2{
	width: 16.666666666667%;
	max-width: 164.66666666667px;
}
.row .col.s3{
	width: 25%;
	max-width: 250px;
}
.row .col.s4{
	width: 33.333333333333%;
	max-width: 335.33333333333px;
}
.row .col.s5{
	width: 41.666666666667%;
	max-width: 420.66666666667px;
}
.row .col.s6{
	width: 50%;
	max-width: 506px;
}
.row .col.s7{
	width: 58.333333333333%;
	max-width: 591.33333333333px;
}
.row .col.s8{
	width: 66.666666666667%;
	max-width: 676.66666666667px;
}
.row .col.s9{
	width: 75%;
	max-width: 762px;
}
.row .col.s10{
	width: 83.333333333333%;
	max-width: 847.33333333333px;
}
.row .col.s11{
	width: 91.666666666667%;
	max-width: 932.66666666667px;
}
.row .col.s12{
	width: 100%;
	max-width: 1018px;
}

img.logo{
	display: block;
	margin: 0 auto;
	width: 100px;
}
span.dato{
	display: block;
	padding: 5px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	background: #dcdcdc;
}
label{
	color: #000;

}
.center{
	text-align:center;
}