html {
	height: 100%;
	padding: 0px;
    margin: 0px;
}
body {
	height: 100%;
	padding: 0px;
    margin: 0px;
	overflow: auto;
}

a {
	text-decoration: none;
	cursor: pointer; 
}
a:link {
    color: #0f0;
}

a:visited {
    color: #0f0;
}

a:hover {
    color: #0f0;
}

a:active {
    color: #0f0;
}

    #rotation-message { display: none; }
    @media only screen and (orientation:portrait){
        .regular { display:none !important;}
        #rotation-message { display:block; }
    }
    @media only screen and (orientation:landscape){
        #rotation-message { display:none; }
    }

table.roaster {
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 100%;
    border-collapse: collapse;
    table-layout: fixed;}

table.roaster tbody {
	padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse: collapse;
}

table.roaster tr td {
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: middle;
    text-align: center;
}

table.roaster td {
	padding-right: 1px !important;
}

table.roaster img {
 	transition: height .3s ease-in, width .3s ease-in;
}

#rotation-message {
	position: fixed;
	top: 20%;
	left:20%;
	height: 50%;
	width: 50%;
	padding: 5%;
	background-color: rgba(0,0,0,0.7)
}

div.container {
	display: block;
	position: fixed;
	top: 5%;
	left:5%;
	max-height: 15em;
	max-width: 40em;
	height: 90%;
	width: 90%;
}

div.menu {
	color: #fff;
	margin: 10px;
	font-family: helvetica, arial;
	background-color: rgba(0,0,0,0.7);
	padding: 1em;
}

h1.title {
	color: #fff;
	font-family: helvetica, arial;
	font-size: 1.1em;
	font-weight: 400;
}

p.description {
	color: #fff;
	font-family: helvetica, arial;
	font-size: .8em;
	font-weight: lighter;
	line-height: 1.2em;
}

p.message {
	color: #fff;
	font-family: helvetica, arial;
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.2em;
	text-align: center;
}

p.message img {
	padding-top: 2em;
	height: 50%;
	width: 50%;
}

p.lower {
	padding-top: .7em;
}

span.bold {
	font-weight: bold;
}

p.links {
	text-align: center;
	margin-bottom: 0;
	width: 100%;
	height: 30%;
}

p.links img {
	width: 66%;
	height: 66%;
}

a.shoplink {
	display: inline-block;
	vertical-align: middle;
	padding: 0em 1.5em 0em 0em;
}

span.komar-container {
	display: inline-block;
	width: 150px;
}

span.komar-link {
	float: left;
	padding-left: .5em; 
}

span.komar-link a {
	padding: 0em .5em;
	color: #f00;
}

a.close {
	float: right;
	font-size: .8em;
}

a.open-menu {
	display: none;
	font-size: .8em;
	color: #fff;
	font-family: helvetica, arial;
}

div.hint {
	color: #fff;
	margin: .1em .6em;
	font-family: helvetica, arial;
	background-color: rgba(0,0,0,0.7);
	padding: .3em 1em;
}

.center {
	text-align: center;
}