/******** NEWS LIST *******
.newsWrapper .list-image, .newsWrapper .list-details{
  float: left;
}
.listWrapper { 
    position: relative;
    min-height: 120px;
    margin-bottom: 15px;
}
.newsWrapper .list-details{
  width: 920px;
  min-height: 90px;
  padding-bottom: 10px;    
}
.newsWrapper .list-image {
  max-width: 273px;
  max-height: 120px;
  margin-right: 15px;
  overflow: hidden;
}
.newsWrapper .list-image img {
  width: 273px;
  max-height: 120px;
}

.list-image img {
  width: 100%;
  max-height: 100%;
}

.newsWrapper .list-details h3 {
  margin-top: 0px;
  margin-bottom: 0px !important;
  border-top: 1px solid #e1e1e1 !important;
  padding-top: 4px !important;
}
.newsWrapper .list-text {
  margin-top: 5px;
}
.newsWrapper .list-information {
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
}
.newsWrapper .list-information .list-author, .newsWrapper .list-information .list-date, .newsWrapper .list-information .list-buttons, .newsWrapper .list-information .list-buttons table {
    float: left;
    margin-right: 20px;
}
.newsWrapper .list-image iframe{
  width: 273px;
  height: 120px;
}*/

.newsWrapper .list-details {
  min-height: 90px;
  padding-bottom: 10px;    
}
.newsWrapper .list-image {
  width: 273px;
  max-height: 120px;
  margin-right: 15px;
  overflow: hidden;
  float: left;
}
.newsWrapper .list-image img {
    width: 100%;
    min-height: 120px;
} 

.newsWrapper .list-image iframe{
  width: 273x;
  height: 120px;
}
.newsWrapper .list-details h3 {
  margin-top: 0px;
  margin-bottom: 0px !important;
  border-top: 0px !important;
  padding-top: 0px !important;
}
.newsWrapper .list-information {
    clear: both;
    height: 40px;
    border-bottom: 1px solid #e1e1e1 !important;
    margin-bottom: 20px;
}
.newsWrapper .list-information div {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}
.newsWrapper .list-information .list-buttons {
    position: absolute;
    right: 20px;
}
.newsWrapper .list-information .list-buttons table {
    float: left !important;
    margin-right: 10px !important;
}
/*Hide Element*/
.hideElement {
  display: none;
}

/*Details*/
.listDetail .itemImage {
  width: 620px;
  max-height: 320px;
  margin: 0 auto;
  overflow: hidden;
}
.listDetail .itemDetails {
  margin-top: 20px;
}
.listDetail .itemDetails .itemTitle {
  border-top: 0px !important;
  margin-bottom: 4px !important;
  color: #f39200;
  font-size: 25px !important;
}
.listDetail .list-author {
    float: left;
    margin-right: 20px;
}
.listDetail .itemText {
  margin-top: 20px;
}
.listDetail h3 {
  color: #f39200;
  font-size: 20px !important;
}

#upcoming-meeting-table tr:nth-child(odd) {
	background: #EBEBEB;
}
