<style type="text/css">

body { 
    font-family: "Verdana Sans Unicode", "Lucida Grande", sans-serif;
    }

#isotope-table { 
    font-family: "Verdana Sans Unicode", "Lucida Grande", sans-serif;
    padding-right:10px;
    }
#isotope-table td { 
    padding-right:20px;
    }

#entry-div {
    /*align*/
    /*left: 10px;*/
    /*top: 10px;*/
    position: relative;
    float:left;
}

#plot-div {
    position: absolute;
    width: 700px;
    height: 500px;
    left:430px;
    top:8px;
    padding: 10px 20px 20px 20px;
    background: #f4f7f8;
    margin: 10px;
    padding: 20px;
    border-radius: 8px;
    font-family: "Verdana Sans Unicode", "Lucida Grande", sans-serif;
}

#container {
    overflow:hidden;
}

.form-style-5{
    max-width: 370px;
    padding: 10px 20px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: "Verdana Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-5 fieldset{
    /*border: none;*/
    border-radius: 8px;
    border-width: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: "Verdana Sans Unicode", "Lucida Grande", sans-serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    /*width: 100%;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8eeef;
    /*color:#8a97a0;*/
    color: #36486b;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
    text-align: right;
   
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #36486b; /*#4040a1;*/
    /*background: #1abc9c;*/
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 10px 39px 10px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #618685;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 2px solid #618685;
    border-radius: 8px;
    border-width: 3px 3px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #667292;
}


.form-style-5 input[type="submit"]:active,
.form-style-5 input[type="button"]:active
 {
  border-color: #f1e3dd;
}

/* Sky Pallette


HEX: #bccad6

HEX: #8d9db6

HEX: #667292

HEX: #f1e3dd
*/

/* brighter


HEX: #fefbd8

HEX: #618685

HEX: #36486b

HEX: #4040a1
*/

</style>