/*************************
	Website:
	Author: Kevin Hannan
*************************/

* {outline: none;}
html, body {width: 100%; height: 100%;}
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li {margin: 0px; padding: 0px;}

body {font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; text-align: center; background: #eee;}

p {font-size: 11px; color: #444; line-height: 18px; margin: 5px 10px;}
p b {font-weight: normal; color: #000;}
a {color: blue; text-decoration: none;}
a:hover {color: red;}
a img {border: 0px;}
.hidden {visibility: hidden;}

.game_field {width: 800px; height: 500px; margin: 20px auto; background: white; border: 1px solid #bbb;}

.spinners {margin: 50px;}
.spinner {width: 70px; float: left; margin-right: 8px;}
.spinner .reels div, .spinner .spinup, .spinner .spindown {border: 1px solid #999; height: 40px; line-height: 40px; font-size: 22px; background: #f9f9f9; margin-bottom: 2px;}
.spinner .spinup, .spinner .spindown {margin-bottom: 10px;background: #eee;cursor:pointer;}
.spinner .spindown {margin-top: 8px;}

.spinner.checks div {background: white; border-color: white; color: green;}
