div.styled {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ECF5FE;
    border-color: #009899;
    border-style: solid;
    border-width: 1px 1px 5px;
    margin-bottom: 1em;
    padding: 1em;
}

.tdr_fonts h1 {font-size:200%;color:#009899;} 
.tdr_fonts h1 a{color:#009899;} 

.panel-group .panel,
.panel,
.modal-content,
.panel-heading {
  border-radius: 0;
}

.input-group-addon:last-child {
    border-radius: 0;
}

.list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0;
}

.panel-title {
	font-size: 20px;
}

h3.panel-title {
	line-height: 1.3;
}

.elclocation {
	float:right;
}

@media (max-width: 768px) {
.elclocation {
	float:none;
}
}

.twtr-widget a[target="_blank"] {
background: none;
padding-right: 0;
}

video {
            width: 100%;
            height: auto;
          }
          
