@charset "utf-8";
/* CSS Document */

header {
    background-color: rgba(58, 96, 110, 0.8);
}

.white-box {
    box-shadow: 0px 0px 0px 5px rgba(58, 96, 110, 0.8);
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.text-entry {
  background: #FFF;
  border: 2px solid #52b8ce;
  margin-bottom: 20px;
  min-height: 150px;
  padding: 10px;
}

[contenteditable=true]:empty:before {
	color:#bbb;
	content: attr(placeholder);
	display: block; /* For Firefox */
}

.well 
{
	background-color: #b0bcbd;
	color: #3c5c67;
	border-color: #3c5c67;
}
