#video_list{padding: 12px;}
.video_item{clear: both;}
.video_item .thumb_img{margin-right: 12px; margin-bottom: 25px; float: left; border-color: white; border-width: 2px; border-style: solid; background-color: #dddddd; height: 95px; width: 120px;}
.video_item .media_description{float: left;}
.video_item .play_button{float: right;}
.video_item .btn{padding: 10px 35px!important}

#promedia_feed {margin-left:12px; clear:both;}
#promedia_feed .rss_image{background: url(rss.png);background-size: 14px 14px;display: inline-block;width:14px;height:14px;margin-right: 4px;}



@media only screen and (max-width: 760px) {
    #popup_prep iframe{width:100%!important;}
    .player_box{width:100%!important;}
}

/*
 * Created: 2013-02-26 Miguel Gouveia
 * 
 * CSS Style definition for the pagination in the laravel PHP framework 
 * version 3.2.*.
 * 
 */
.pagination {
  width: 100%;
  height: 30px;
  margin-top: 12px;
  margin: 5px auto;
  padding: 0px;
  text-align: center;
}
.pagination a {
  padding: 7px;
  text-decoration: none;
  color: #667F99;
}
.pagination li.active a {
  font-weight: bold;
}
.pagination li:not(.disabled) a:hover {
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #000;
  padding: 10px 6px;
  background: #666;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #eaeaea);
  background-image: -moz-linear-gradient(top, #fcfcfc, #eaeaea);
  background-image: -o-linear-gradient(top, #fcfcfc, #eaeaea);
  background-image: -ms-linear-gradient(top, #fcfcfc, #eaeaea);
}
.pagination li {
  display: inline-block;
  list-style-type: none;
  width: 22px;
}
.pagination ul {
  margin: 12px 0px;
  padding: 0 0px;
}
.pagination li.disabled a:hover {
  pointer-events: none;
  cursor: default;
}
.pagination li.disabled a {
  color: #B6B8BB;
}