﻿/* Rollezy custom styles */
/* use standard fonts as specified by purecss */
body { background-color: #f6f6f6; }
.center { display:block; margin:auto; text-align:center; }
.vert-center { height: 160px; line-height: 160px;}
p, li { line-height:1.2em; }
.imgborder { border: 2px solid #666666; border-radius:8px; }
#main-nav { margin-bottom: 16px; }
.pure-table-striped tr:nth-child(2n-1) td { background-color: #cccccc; }
#footer { background-color: #cccccc; height:20px; border-radius:10px; margin-bottom:7px; }
#footer p { text-align:right; padding-right:30px; font-size:0.8em; line-height:2.0em; }
.innerbox {	padding:0.4em; }
.gap .innerbox { padding:7px; }
/*.pure-u-0 {	display:none; }*/
.imagecontainer { position:relative; }
.textposition{ background-color:#f6f6f6; padding:2px; }
.imagecontainer .textposition { position:absolute; left:calc(50% - 125px); top:10px; }