.content-button {
  margin-top: 20px;
  height: 200px;
  width: 100%;
  background-color: #cccccc;
  text-align: center;
  background-size: cover;
  background-position: center center;
}

.content-button a {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: block;
  border: 2px solid #ccc;
  color: white;
  font-weight: bold;
  font-size: 12pt;
  text-shadow: 2px 2px 10px black;
}

.content-button a:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #0f7053;
  text-decoration: none;
  text-shadow: none;
  border-color: #1dd49d;
  box-shadow: 5px 5px 20px #777;
}

.edit-button {
  margin-left: 10px;
  margin-bottom: 10px;
}

img.lime-logo {
  width: auto;
  height: 24px;
  margin-top: -3px;
}

@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/OpenSans-Regular.ttf");
}

.content {
  font-family: "Open Sans", Arial, sans-serif;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  font-weight: bold;
}

content p {
  margin: 0 0 15px;
  padding: 0;
  text-align: justify;
  font-size: 12pt;
  line-height: 16pt;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

.navbar-inverse {
  background-color: #1dd49d;
  border: 1px solid #1dd49d;
}

a {
  color: #18b485;
}

a:hover {
  color: #78edca;
}

.navbar-inverse .navbar-nav > li > a {
  color: #128764;
}

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #1cca96;
}

a.activate {
  display: inline-block;
  padding: 15px;
  background-color: #1dd49d;
  color: white;
  font-size: 14pt;
  font-weight: bold;
  box-shadow: 3px 3px 3px #bbbbbb;
}

a.activate:hover {
  background-color: #128764;
}

.activate-well {
  padding: 15px;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  height: 100%;
  width: 100%;
}

.activate-well > img {
  width: 100px;
  height: auto;
}

.social-link {
  display: inline-block;
  padding: 3px;
  margin: 5px 3px 0 0;
  border-radius: 4px;
}
.social-link:hover {
  background-color: #1dd49d;
}

.social-link > img {
  height: 40px;
  width: auto;
}
.social-link > img:hover {
  filter: grayscale(100%);
}

.g-recaptcha > div {
  width: 100% !important;
  text-align: center;
}

table.admin-download {
  table-layout: fixed;
}

table.admin-download td {
  overflow-wrap: break-word;
}
