/*
Project: 16-17_1-36a
Author: Richy Thomas
*/

.img-center {
  margin: 0 auto;
}

.information {
  margin-top: 20px;
}

.carousel-controls {
  margin-top: 20px;
}

.table {
  margin: 30px 0 0 0;
}

.table>thead>tr>th {
    background-color: #CF6A24;
    color: #fff;
}

.table-entry {
  display: block;
  height: auto;
  line-height: 28px;
  min-height: 28px;
  width: 100%;
}

.table-entry:focus {
  outline: none;
}

.text-entry {
  border: 1px solid #CCC;
  font-size: 16px;
  height: auto;
  line-height: 28px;
  margin: 20px 0;
  min-height: 100px;
  padding: 10px;
}

[contenteditable=true]:empty:before {
	color:#cccccc;
  content: attr(placeholder);
  display: block; /* For Firefox */
}


/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){


}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {


}