@charset "utf-8";
/* CSS Document */
body { 
font-family: Arial, Helvetica, sans-serif;
color: #444;
}

a {color:#ed1d25;}

html, body {
    height: 100%;
}
.main {
    height: 100%;
    width: 100%;
    display: table;
}
.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.desno {
	text-align:right;
	margin-top: 10px;
}
.ljevo {
	text-align: left;
}

p {
	color:#444; 
	font-size:13px;
}

.crta {
	    border-left: 1px solid #444444;
    padding: 0 0 0 30px !important;
}

@media only screen and (max-width: 800px) {
.desno, .ljevo {
	text-align:center;
	    margin: 20px 0 !important;
	}
	.crta {
		border:none !important;
		padding: 0 !important;
	}
}


