/*useful stuff YYYEYYEYTYETT*/
.greyborder {
  border-style:solid;
  border-color:#cacaca;
  border-width:1px;
  border-radius:5px;
  font-size:20px;
}

.thumbnail {
  font-size:20px;
}

/* <p> stuff */
p.big {
  font-size: 40px;
}

p.med {
  font-size: 30px;
}

p.sm {
  font-size: 20px;
}

/* navbar stuff */
.navbar-inverse {
  background-color:#d9d9d9;
  border-color:#cacaca;
  border-bottom-width:1px;
}

p.nav {
  color:orange;
  font-size:40px;
  font-style:italic;
  font-weight:bold;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.navform {
  padding-top:16px;
}

#customBtn {
  display: inline-block;
  background: white;
  color: #444;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
}
#customBtn:hover {
  cursor: pointer;
}
span.label {
  font-family: serif;
  font-weight: normal;
}
span.icon {
  background: transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1px;
  padding-right: 7px;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: 'Roboto', sans-serif;
}

/* recipe.php stuff */

.rh {
  border-style:solid;
  border-width:5px;
  border-color:#B3D643;
  border-radius: 5px 20px;
  background-color:#BADA55
}
