@charset "UTF-8";
/* CSS Document */
/*    First Characters:
    .  (period) is a class
    #  is for IDs
    
    */

.water {background-color: #FF0033;
         height:20px;
         width: 100px;
}
.empty {background-color: #FFFFFF;
         height:20px;
         width: 100px;
}.gallon {height:20px;
         width: 100px;
}
.bucket {border-right: 5px solid black;
          border-left: 5px solid black;
          border-bottom: 5px solid black;
          
}
.td_buckets {align-items: baseline;
}
.adjust_button{
        height: 30px;
        width: 100px;
        background-color: #ff3399;
}
.next_button{
        height: 30px;
        width: 100px;
        background-color: #99ff66;
}
.email_button{
        height: 30px;
        width: 150px;
        background-color: #ff99ff;
}
.load_button{
        height: 30px;
        width: 130px;
        background-color: #ffff66;
}
.clear_button{
        height: 30px;
        width: 130px;
        background-color: #99ffff;
}
.cancel_button{
        height: 30px;
        width: 100px;
        background-color: #ff6600;
}
#right_sb {
	float: right;
	width: 760px;
}
#left_sb {
	float: left;
	width: 160px;
}
