/*CEA: Import main css:*/
@import url("theme.css");

/* OpenStack buttons */

.redboldtext {
  color:red;
  font-weight: bold;
}

.bluebutton {
  color: white;
  background-color: rgb(66, 139, 202);
  border-color: rgb(53, 126, 189);
  border-radius: 3px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
}

.redbutton {
  color: white;
  background-color: rgb(217, 83, 79);
  border-color: rgb(212, 63, 58) ;
  border-radius: 3px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.whitebutton {
  color: black;
  background-color: white;
  border: 1px solid black;
  border-radius: 3px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

/*CEA: Increase width to 1200 */
.wy-nav-content {
  max-width: 1200px !important;
}

/* Add a nice cute little shadow around images */
section img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

