﻿body, html {
	margin:0px;
	padding:0px;
	background-color:beige;
}
#svg *, .noselect * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.center_field {
    position: absolute;
    text-align: center;
    height: 130px;
    width: 100%;
    border:0px aqua solid;
}

.center_field * {
    position: relative;
    font-family: Trebuchet MS;
    /*background-color: rgba(255, 255, 255, 0.6);*/
    padding: 5px 15px;
}

.center_field br {
    /*background-color: rgba(0, 0, 0, 0);*/
}

.bottom_field {
    position: absolute;
    text-align: center;
    bottom: 105px;
    width: inherit;
    padding: 0px;
}

#label {
    font-size: 32px;
    padding: 5px 15px;
    color: rgba(21, 26, 26, 0.6);
    top: 10px;
}

#labelhelp {
    font-size: 12pt;
    padding: 5px 15px;
    color: rgba(21, 26, 26, 0.5);
    bottom: 50px;
}
#canvas {
	border:0px red solid;
	margin:0px;
	margin-top:-20px;
}

#set {
    text-align: center;
    font-size: 12pt;
    border: none;
    /*background-color: rgba(255, 255, 255, 0);*/
    top: 6px;
    display:none;
}

#sethelp {
    font-size: 12pt;
    color: rgba(21, 26, 26, 0.5);
    background: none;
    top: -20px;
}
#sethelp h2{
	margin:1px;
}
#sethelp p{
	margin:5px;
}

#selector_div button {
	background:linear-gradient(#BBDDFF,#99CCFF);
	color:navy;
	margin:5px auto;
	width:120px;
	font-weight:bold;
    top: 40px;
}

.dice_place {
    position: absolute;
    border: solid black 1px;
}
.control_panel {
	display:none;
}
