#tbl1 {

  border: 0px solid;
  width: 85%;

}

#tbl1 td {
  border: 0px solid;
  width: 25%;
}



#icons {
  width: 100%;
  height: 100%;
}

#centerbox {

  width:83% ;
  margin: auto;
  overflow: auto;
}
 
.box {
  color: white;
  height: 150px;
  padding: 10px;
  font-family: open sans;
  line-height: normal;
  font-weight: 600;
  font-size: 11pt;
  opacity: .88;
}

#box1 {

  background-color: #D50F25;
}


#box2 {

  background-color: #F8ECC2;

}

#box4 {

  background-color: #3369E8;

}

#box3 {
  background-color: #009925;

}

.descriptionText {
  margin-top: 20px;
  width: 100%;
  height: 60%;
  line-height: 15px;
}
.title {
  width: 100%;
  padding-left: 0px;
  font-size: 14pt;
  margin-top: 28px;
}

#videoContainer {
   width: 80%;
   margin: auto;
}

.videoList {
  width: 100%;
  height: 215px;
  padding-bottom: 15px;
}

.videoEntry {
  margin: auto;
  text-align: center;
  float: left;
  width: 200px;
}

.actualVideo {
  padding: 0px;

}

.videoDescription {
  text-align: center;
  width: 200px;

}

.videoTitle {
  font-size: 10pt;
  font-weight: bold;
}
