.btn{ /*all buttons*/
  text-decoration: none;
  width:70px;
  padding:5px 5px 5px 5px;
  color:white; /*font color*/
  font-weight:500;
  font-size:15px;
  border-radius:4px;
  margin-top:10px;
  margin-bottom:1px;
  float:center;
  display: inline-block;
}

.btn1{ /*submit button*/
  background:#33cc33;
  border: #145214 1px solid;
}

.btn1:hover{ /*submit button*/
  background:#248f24;
  cursor:pointer;
}

.btn2{ /*reset button*/
  background:#ff8000;
  border: #663300 1px solid;
}

.btn2:hover{ /*reset button*/
 background:#b35900;
 cursor:pointer;
}

.btn3{ /*instructions button*/
  background:#ff8000;
  border: #663300 1px solid;
}

.btn3:hover{ /*instructions button*/
 background:#b35900;
 cursor:pointer;
}

.btn4{ /*refresh button*/
  background:#33cc33;
  border: #145214 1px solid;
  text-decoration: none;
  width:120px;
  padding:5px 5px 5px 5px;
  color:white; /*font color*/
  font-weight:600;
  font-size:15px;
  border-radius:4px;
  margin-left: 55px;
}

.btn4:hover{ /*refresh button*/
  background:#248f24;
  border: #145214 1px solid;
  text-decoration: none;
  width:120px;
  padding:5px 5px 5px 5px;
  color:white; /*font color*/
  font-weight:600;
  font-size:15px;
  border-radius:4px;
  cursor:pointer;
}

.btn5{ /*logout button*/
  background:#ff8000;
  border: #663300 1px solid;
}

.btn5:hover{ /*logout button*/
 background:#b35900;
 cursor:pointer;
}

.btn6{ /*insert button*/
  background:#33cc33;
  border: #145214 1px solid;
  width:180px;
}

.btn6:hover{ /*insert button*/
  background:#248f24;
  cursor:pointer;
}

.btn7{ /*view button*/
  background:#0080ff;
  border: #145214 1px solid;
  width:180px;
}

.btn7:hover{ /*view button*/
  background:#0059b3;
  cursor:pointer;
}

.btn8{ /*dashboard button*/
  background:#999966;
  border: #145214 1px solid;
  width:180px;
}

.btn8:hover{ /*dashboard button*/
  background:#6b6b47;
  cursor:pointer;
}

.btn9{ /*clear form button*/
  background:#0000ff;
  border: #000066 1px solid;
  width:120px;
}

.btn9:hover{ /*clear form button*/
  background:#0000b3; 
  cursor:pointer;
}

.btn10{ /*edit button*/
  text-decoration: none;
  color: black; 
  font-weight: normal;
  font-size: 12px;
  border-radius: 4px;
  float:center;
  display: inline-block;
  background:#0080ff;
  width: 50px;
  height: auto;
  
}

.btn10:hover{ /*return button*/
  background:#0059b3;
  cursor:pointer;
}

.btn11{ /*view button*/
  background:#0080ff;
  border: #145214 1px solid;
  
}

.btn11:hover{ /*view button*/
  background:#0059b3;
  cursor:pointer;
}

.btn12{ /*wait list button*/
  background:#996633;
  border: #145214 1px solid;
  width: 180px;
  
}

.btn12:hover{ /*wait list button*/
  background:#604020;
  cursor:pointer;
}

.btn13{ /*dashboard button*/
  background:#cc0000;
  border: #145214 1px solid;
  width:180px;
}

.btn13:hover{ /*dashboard button*/
  background:#ff3333;
  cursor:pointer;
}

.btn14{ /*dashboard button*/
  background:#cc0000;
  border: #145214 1px solid;
  width:180px;
}

.btn14:hover{ /*dashboard button*/
  background:#ff3333;
  cursor:pointer;
}

.la1 {color: dimgray; /*Rate Yourself*/
    font-family: "Calibri", serif; font-size: 16px; text-align: right; display:inline-block; width: 160px;   
    margin-left: 220px;}
    
.la2 {color: dimgray; /*Rate Yourself*/
    font-family: "Calibri", serif; font-size: 16px; text-align: right; display:inline-block; width: 110px;} 

/*Dropdowns Schedule -------------------------------------------------------------------*/
.dropdown1 {background:white;
   font-family: "Calibri", serif; font-size: 16px;  text-align: center; width: 50px; padding: 1px 1px; border-width: thin; border-color: dimgray; border-radius: 2px;
   margin-right: 5px;}

.dropdown2 {background:white;
   font-family: "Calibri", serif; font-size: 16px;  text-align: center; width: 100px; padding: 1px 1px; border-width: thin; border-color: dimgray; border-radius: 2px;
   margin-right: 15px;}

/*Dropdowns Members -------------------------------------------------------------------*/
.la10 {color: dimgray; /*Rate Yourself*/
    font-family: "Calibri", serif; font-size: 16px; text-align: right; display:inline-block; width: 50px;   
    margin-left: 20px;}

.dropdown10 {background:white;
   font-family: "Calibri", serif; font-size: 16px;  text-align: center; width: 50px; padding: 1px 1px; border-width: thin; border-color: dimgray; border-radius: 2px;
   margin-right: 5px;}

.center {
   text-align: center;
}
 
