body {
	margin: 0px;
}

body .navbar .brand {
	color: #FFFFFF;
}

.hero-unit h1 {
  margin: 0 0 10px 0;
}

.hero-unit .file-input-wrapper {
  margin: 0 0 10px 0;
}

pre.prettyprint {
  padding: 10px;
  margin-top: 10px;
}

.custom-div {
  display: flex;
}

.custom-p {
  margin: 0 auto;
  padding: 4px;
  background-color: #f0f8ff;
  border: 4px solid #43ade8;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.custom-p:hover {
  background-color: #43ade8;
  border: 4px solid #00739e;
  cursor: pointer;
}

.custom-p a {
  color: #000;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.custom-p:hover a {
  color: #fff;
}