/* Style sheet for the Media page of the pROVe website

   Creator: Ben Green
   Date: 1/14/15

   Filename: finance_styles.css
   Supporting files: prove_styles.css
*/


@import url("prove_styles.css");


header nav ul li.cash a {
  background-color: #F96300;
  border: 3px inset #59A7F0; 
}

@media (max-width : 400px) {
  header nav ul li.cash a {
    height: 35px;
    line-height: 35px;
  }
}

@media (min-width : 401px) {
  header nav ul li.cash a {
    height: 45px;
    line-height: 45px;
  }
}

@media (min-width : 701px) {
  header nav ul li.cash a {
    height: 70px;
    line-height: 70px;
  }
}


section {
  margin: 0px auto 30px;
}

@media (max-width : 700px) {
  section {
    margin-top: 80px;
  }
}

@media (min-width : 701px) {
  section {
    margin-top: 105px;
  }
}

h1 {
  background-color: #FF6A00;
  font-size: 1.6em;
  margin: 0px auto 20px;
  padding: 2px;
  width: 60%;
}

h3 {
  font-size: 0.8em;
  font-weight: normal;
}

table {
  border-style: hidden;
  border-collapse: collapse;
  margin: 0px auto 30px;
  width: 60%;
}

th, td {
  border: 2px solid #FF6A00;
  font-family: Times New Roman, sans-serif;
  padding: 5px;
}

th {
  background-color: #59A7F0;
}

td {
  background-color: #FFF4AF;
}

h4 {
  font-weight: normal;
  margin-right: 5%;
  text-align: right;
}