div
{
	text-align: center;
}

.transparent {
    background-color: rgba(255,255,255,0.9);
}

.transparentHistory {
    background-color: rgba(255,255,255,0.9);
}

.title {
    background-color: rgba(173, 216, 230, 0.75);
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: darkgray;
    border-bottom-width: 1px;
    color: darkblue;
    font-family: 'Baloo', cursive;
    font-size: 24pt;
}

.next1 {
    color: darkblue;
    font-family: 'Baloo', cursive;
    font-size: 15pt;
}

.subtitle {
    font-size: 14px;
    color: darkslategrey;
    padding-bottom: 7px;
}

.small
{
	font-size: 8pt;
	color: #888888;
}

.bigger
{
	font-size: 18pt;
	font-weight: bold;
}

.audioControl
{
	width: 300px;
	padding-bottom: 0;
	box-shadow: 6px 6px 8px #777;
    background-color: rgba(255,255,255,0.75);
}

.biography {
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 6px 6px 8px #777;
    background-color: rgba(255,255,255,0.6);
}

.player {
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
    box-shadow: 6px 6px 8px #777;
    background-color: rgba(255,255,255,1.0);
}

img
{
	box-shadow: 6px 6px 8px #777;
}

.iframe
{
	box-shadow: 6px 6px 8px #777;
}

.shadow
{
	box-shadow: 6px 6px 8px #777;
}
.btn-default {
    top: 25%;
    left:25%; 
    color: #999; 
    background: #fffccc; 
} 


.note {
  position: relative;
  width: 80%;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #fff;
  background: #F59D3B;
  overflow: hidden;
  box-shadow: 6px 6px 8px #777;
}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #658E15 #658E15;
  background: #F59D3B;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.boxshadow {
    box-shadow: 6px 6px 8px #777;
}
