html, body { height: 100%; width:100%; }

body { background: #ededed; margin-top:200px; }

body > .container { background: white; font-size: 16px; color: #5c5c5c; }
body > .lube-width {  width: 100%; max-width: 640px; }

footer { color: rgba(92,92,92,0.6); font-size: 11px; line-height: 2em;  text-align: center; }
img.title { width: 100%; height: auto; }

body  a { color: #444; text-decoration: none; color:#8C3934; }
body  a:hover { text-decoration: none; color:#000000; }

.topspace { height:200px; }

.uk-container h1 { color: #795548; font-size: 40px; font-weight: bold; margin: 0; line-height: 1em;  }
.uk-container h2 { font-size: 24px; font-weight: normal; color: #777; margin: 10px 0 0 0; }
.uk-container h3 { color: #795548; font-size: 18px; font-weight: normal; margin: 0; line-height: 1em; text-transform: uppercase; letter-spacing: 1px; }

tr:first-child > td { padding-top: 0 !important; }

@media screen and (max-width: 520px) {
	.uk-width-1-2 { width: 100% !important; margin: 0 0 40px 0 !important; }
	
	footer { color: #5c5c5c; }
}@media screen and (max-width: 600px) {  .topspace {    height:20px;  }}