.inner-frame {
    background: transparent;
    width: 910px;
    font-size: 20px;
    border-radius:0;
    margin: 0 auto;
}

.left-plane {
    float: left;
    border: 1px solid #000;
}
.right-plane {
    float: left;
    text-align: center;
    border: 1px solid #000;
}
.button-wrapper {
    text-align: center;
}
.init-buttons {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    width: 200px;
    height: 50px;
    border: 1px solid #000;
}
#back-button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    width: 200px;
    height: 50px;
    border: 1px solid #000;

}
.init-buttons:hover {
    border:black;
    box-shadow: 0px 0px 1px #777;
    text-shadow: 1px 1px 1px #fff;
}

.text-titles {
    float:left;
    padding: 5px;
    width: 200px;
}
#experimentName {
    margin-bottom: 50px;
}
.text-field {
    margin-top:5px;
    padding: 5px;
    width: 520px;
}
.concentration-titles {
    padding: 5px;
}
.concentration-field {
    float: right;
    padding: 5px;
}
#ph-title {
    width:200px;
    float:left;
    padding:5px;
}
#ph-field {
    padding: 5px;
    width:197px; 
}
#salt-title {
    float:left;
    padding:5px;

}

#precipitator-title {
    float: left;
    padding:5px;
}
#temperature-titles{
   float: none;
   padding: 5px;
}
.frame {
    background: transparent;
    width: 830px;
    text-align: center; 
    font-size: 20px;
    border: 1px solid black;
    border-radius:0;
    margin: 0 auto;
}

.selector select {
    background: rgb(240,180,180);
    width: 197px;
    height: 34px;
    padding: 5px;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 1px;
    overflow: hidden;
    -webkit-appearance:none;
}
