body, #containers-area{
	    position:relative;
            background:black;
	    margin:0px;
	    padding:0px;
	    width:320px;
            }
/*.container-table, .container-table td {
border: solid 1px white;
}*/

.copyright, .copyright a{
  color:#404040;
  text-decoration:none;
  display:inline-block;

}

.container-table {
  margin: 4px 10px 6px 6px;
}

.container-table td {
  table-layout:fixed;
  width: 13px;
  position:relative;
  padding: 0px 2px;
  margin: 0px;
}

.container * {
            font-family:arial, sans-serif;
	    position:relative;
            }
.container{
            position:relative;
			border:12px ridge lightgray;
			/*max-width: 500px;
			min-width:320px;*/
			width:296px;
			padding:0px;
			margin:0px;
			background:black;
            
			}

#new_unit,.remove_unit{
	margin:0px;
	height:24px;
	width:24px;
	font-family:arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	
     -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;



}

.remove_unit{
	position:absolute;
	top:-12px;
	left:284px;
	color:red;
}

#new_unit{
	position:relative;
	top:-24px;
	left:296px;
	color:green;
}

/*.label-container {
			margin:0px;
			padding: 0px;
			width:272px;
			position:relative;
			}*/
.fold-label, .call-label, .raise-label {
			font-size:18px;
			font-weight:bold;
			display: inline-block;
			width:100%;
			text-align:center;
			margin-left:0px;
			margin-right:0px;
			
			color: white;
			background:#404040;
			}
.subject{
			font-size:20px;
			font-weight:bold;
			display: inline-block;
			text-align:center;
			width:100%;
			//width:268px;
			margin-left:0px;
			margin-right:0px;
			margin-bottom:6px;

			}

.fold-range, .call-range, .raise-range {
			font-size:18px;
			font-weight:bold;
			display: inline-block;
			width:100%;
			text-align:center;
			margin-left:0px;
			margin-right:0px;
			color: #202020;
			}
.slider-range {
			width:100%;
			//width:256px;
			margin-top:10px;
			margin-bottom:10px;
			margin-left:0px;
			margin-right:0px;
            }
.slider-range, .ui-slider-range{
            background:#404040;
			}

.randomize-button{
			margin:0px;
			//width:100%;
			width:131px;
			display:inline-block;
			font-size:18px;
			font-weight:bold;
			background:white;
			}
.result-zone {
			margin:0px;
			//width:100%;
			width:131px;
			display:inline-block;
			text-align:center;
			font-size:18px;
			font-weight:bold;
			color:#A0A0A0;
			background:#404040;
			border: 2px inset lightgray;
			}
			
