body {
	padding-top: 60px; /* When using the navbar-top-fixed */
}

div.wrap {
	overflow: hidden;
    margin: 10px;
    margin-top: -10px;
}

div.cubes {
    border: 1px solid;
    width: 50%; 
    height: 99%;
    float: left;
}

div.graph {
    border: 1px solid;
	border-left-style:none;
    height: 99%;
    overflow: hidden;
}

button.random {
/*	position:relative; 
	margin: -30px -57px; 
	top:100%; 
	left:50%;	         */
	width:114px; 
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

button.exs {
/*	position:relative;
	margin: -30px -10px; 
	top:95%; 
	left:50%;	*/
	width:124px; 
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

button.col {
	position:relative; 
/*	margin: 0px -10px; 
	top:95%; 
	left:23%;*/
    width:50px; 
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

div.btn1 {
	position:relative; 
	margin: -30px -90px; 
	width:180px; 
	height:25px; 
	top:100%; 
	left:50%;
    /*border: 1px solid;*/
}

div.btn2 {
	position:relative; 
	margin: -30px -57px; 
	width:114px; 
	height:25px; 
	top:100%; 
	left:50%;
/*    border: 1px solid;*/
}

div.fit {
	position:absolute; 
/*	margin: 30px 3px; */
	width:32px; 
	height:32px; 
/*	top:0%; 
	left:0%;
    border: 1px solid;*/
}

img.fit {
	width:32px; 
	height:32px; 
	cursor:hand;
}

input.size {
	width:40px; 
	height:20px; 
}

div.add-remove {
	position:absolute;
/*    margin: 30px 3px;*/
    margin: 3px 3px; 
	width:auto; 
	height:32px; 
    /*border: 1px solid;*/
}

