
body {
    background-color:#FFF;
}
.app_title {
    font-size:27;
    font-weight:bold;
    fill:#DAD7C7;
    text-anchor: start;
    opacity:1
}
.role_btn {
    width:100px;
    height: 25px;
    margin-right: 6px;
    background-color: #BF5841;
    border: 1px solid black;
    padding-top:3px;
    padding-bottom: 3px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius:  6px;
    font-weight: bold;
    color: white;
    margin-top: 4px;
}
.role_btn:hover {
    background-color: white;
    color:black;
}
#start_role {
    display:block;
}
#multiple_roles {

    display:none;
}
#multiple_roles .sub_title { font-size:12pt;}
#roleSelector {
    left: +10px;
    color: #DAD7C7;
    font-size:110%;
    font-name: verdana;
    background-color: #DAD7C7;
    color:black;
    opacity: 1;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -khtml-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    border: 1px outset lightgrey;
    border-bottom:none;
    margin-top: 20px;
    padding: 5px;
    text-align:center;
    height: 102px;
    display:none;
}
.roleSelectorLabel{
    font-weight: bold;
}
.stateTitle {
    font-size: 1.0em;
    font-family: arial;
    padding-top: 5px;
    font-weight:bold;
    text-align: center;
    color: #780000 ;
}
#statusDiv, #helpDiv, #aboutDiv {
    background:#DAD7C7;
    display:none;
    width: 420px;
    position:absolute;
    opacity:.9;
    top:50px;
    left:30px;
    font-size:17px;
    font-family: arial;
    text-align:justify;
    color:black;
    padding:10px;
    line-height: 1.2em;
    padding-right: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border: 1px outset lightgrey;
}
p {
    text-indent: 20px;
    margin-top: 0.2em;
}
.btn, .btn_hover {
    margin-top: 15px;
    width:100px;
    position: :relative;
    float: right;
    background-color: #BF5841;
    color:white;
    font-size: 12px;
    height: 25px;
    border-radius:8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border: 1px solid #000;
}
.btn_hover{
    background-color: white;
    color: black;a
}
#aboutDiv li {
    margin-bottom: 10px;
}
.aboutBtn, .aboutHoverBtn {
    width:200px;
    background-color: yellow;
    color:white;
    position:absolute;
    top:50px;
    left:600px;
    font-size: 12px;
    height: 25px;

}
.aboutHoverBtn{
    color:black;
    background-color: 'white';
}
rect, circle, text {
    -webkit-user-select: none;
}
.window_title {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    text-shadow: rgba(64, 64, 64, 0.496094) 5px 6px 4px;
}
