table {
	width: 100%
}

table tr td:last-child {
	text-align: right;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: 200;
}

.terem {
	margin: 2em auto 0 auto;
}

.urne {
	margin: 2em auto 1em auto;
}

.logo {
	width: 20em;
	height: 20em;
	margin: 2em 0 0em 0;
}

body {
	background: #333 url(../img/pattern.png) 0 0 repeat;
}

.container {
	background: #fff;
	padding-bottom: 2em;
}

.price {
	font-size: 1em;
}

h1 { 	font-size: 3em;	margin: 1em 0 1em 0;	}
h2 { 	font-size: 2em;	margin: 1em 0 1em 0;	padding: 1em 0 1em 0;	border-bottom: 1px solid #ccc;	}
h3 { 	font-size: 1em;	margin: 2em 0 1em 0;	padding: 1em 0 1em 0;	border-bottom: 1px solid #ccc;	}
h4 { 	font-size: 1em;	margin: 2em 0 1em 0;	}

.urne, .terem {
	border-radius: 1em;
}

.footer { margin: 2em 0 0 0; }

a {
	display: block;
	height: 30px;
	line-height: 30px;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.container {
	margin: 4em auto 4em auto;
	padding: 2em 0 4em 0;
	border-radius: 1em;
}


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}