html, body {
    margin:0;
    padding:0;
    font-family:Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background-color:#CCC;
    color: white;
}

html{
    overflow-y:scroll;
}

#select_msize, #input_array {
    margin-bottom:10px;
}

table {
    margin-left:auto;
    margin-right:auto;
}

td {    
    border: 0px solid white;
    padding: 2px;
    text-align:center;
    margin: 1px;
}

input, select {
    font-size:0.9em;
    width: 40px;
    border: none;
    height: 25px;
    text-align:center;
}

input:hover {
    background-color:#e7eeff;
    border: none;
}

.button, .button-over {
    margin-bottom: 0px;
    margin-top: 5px;
    height: 35px;
    width: 126px;
    font-weight: bold;
    color: white;
    border:1px solid white;
    background-color:#999;
    position:relative;
}

.button-over {
    background-color:#666;
}

#clear {
    margin-bottom: 0px;
    margin-top: 5px;
    height: 35px;
    width: 126px;
    font-weight: bold;
    color: white;
    border:1px solid white;
    background-color:#fb8883;
    position:relative;
}

#clear:hover {
    background-color:#ff3939;
}

#container {
    width: 900px;
    height: 600px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    position:relative;
}
 
#right-container, 
#left-container {
    height:600px;
    top:0;
    left:auto;
}

#right-container {
    width:300px;
    text-align: left;
    overflow: auto;
    background-color:#999;
    position: relative;
}

#left-container {
    width:600px;
    background-color:white;
    color:#ccc;
    float:left;
}

#info1 {
    text-align:center;
    padding:10px;
    border-bottom: solid 1px white;
    height:25px;
}

#info2 {
    border-bottom:solid 1px white;
    padding-top:5px;
}

#prob {
    text-align:center;
    padding:10px;
    border-bottom: solid 1px white;
}

#lp {
    margin-left:10px;
    margin-bottom:5px;
}

#period {
    padding-bottom:5px;
}

#cn {
    text-align:center;
    color:#FC0;
}

#label {
    padding:10px;
    font-style:italic;
    font-size:small;
    font-weight:600;    
}