/*clearfix*/
li:after {
  content: "";
  display: table;
  clear: both;
}

/*FONTS*/
/*font-family: 'Raleway', sans-serif;*/
/*font-family: 'Lobster', cursive;*/

p {
  text-align:justify;
}

h1 {
  color:mediumblue;
  font: 4em 'Lobster', cursive;
  text-align: center;
}

h2 {
  color: black;
  font: 2em 'Lobster', cursive;
  text-align: center;
}

h5 {
  font-weight: normal;
}

body {
  background-color: #45B5C7;
}

img {
  display: block;
  margin: 0 auto 10px auto;
  width: 90%;
  max-width: 200px;
}

#site-wrap {
  max-width: 1000px;
}

.panel {
  margin: 20px;
}

.form-button {
  margin-top: 10px;
}

label {
  font-weight: normal;
}

.removeBTN {
  margin: 2px 10px;
}

#results-text, #results-text-2 {
  font-size: 1.2em;
}

.resultsPan {
  margin: 0px;
  padding: 0px;
}

footer p {
  text-align: center;
}
