#debug {
  position: absolute;
  z-index: 10000;
}


#enb {
  width: 1920px;
  height: 1080px;
  background: #002147 url(noticeboard-1920.png);
  color: #fff;
  position: absolute !important; <-- this is required or none of the absolutes below will pertain to it. 
  top: 0px;
  left: 0px;
  z-index: 1000;
  overflow: hidden;
}

#enb_header {
  height: 195px;
  background: url(noticeboard-1920.png);
  width: 1920px;
}

#enb_clock {
  height: 195px;
  width: 370px;
  position: absolute;
  right: 20px;
  top: 28px;
}

#enb .content {
  padding: 0px;
  margin-top: 0px;
}

#enb .content .column {
  width: 960px;
  height: 885px;
  position: absolute;
  top: 195px;
  overflow: hidden;
}

#enb_left {
  left: 0px;
}

#enb_right {
  left: 960px;
}


#enb .content .column .title {
  font-size: 2em;
  color: #fff;
  width: 940px;
  height: 50px;
  line-height: 50px;
}

#enb .rooms.title {
  font-size: 2em;
  color: #fff;
  width: 940px;
  height: 50px;
  line-height: 50px;
  margin-left: 50px;
  font-family: sans-serif;

}

#enb_left .title {
  text-align: right;
  padding-right: 20px;
}

#enb_right .title {
  text-align: left;
  padding-left: 20px;
}

#enb .content .column .container {
  width: 925px;
  overflow: hidden;
}

#enb .hidden {
  display: none;
}

#enb_weekly .scrolling {
  position: relative;
  overflow: hidden;
  height: 550px;
}


#enb_news .scrolling {
  position: relative;
  overflow: hidden;
  height: 230px;
}


/* no height for this one becuase it is set in javascript. */
#enb_today .scrolling {
  overflow: hidden;
  position: relative;
}


#enb_left .container {
  margin-left: 20px;
  margin-right: 15px;
}

#enb_right .container {
  margin-right: 20px;
  margin-left: 15px;
}

#enb_weekly {
  height: 550px;
/*  background: rgba(0,0,0,0.3);*/
  overflow: hidden;
}


#enb_news {
  height: 220px;
/*  background: rgba(0,0,0,0.3);*/
  overflow: hidden;
}

#enb_today {
  width: 925px;
/*  background: rgba(0,0,0,0.3);*/
  height: 820px;

}

.views-row, .feed-item {
  padding: 10px;
  font-size: 1.1em;
}

.views-row, .feed-item p{
  margin-bottom: 0px;
}

.feed-item-title {
  font-size: 1.2em;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.feed-item-timestamp {
  font-size: 0.9em;
  text-align: center;
  color: rgba(255,255,255,0.5);
}


/*Puzzle style */

#enb .views-row .node {
  color: #000;
  width: 885px;
  margin-left: -200px;
}


/* Event item styles */

#enb .views-row {
  width: 485px;
  min-height: 135px;
  position: relative;
  margin: 0px 0px 5px 0px !important;
  overflow: hidden;
  padding-left: 220px;
  padding-right: 220px;
  background: #fff;
}

#enb .views-row .enb-title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
  color: #002147;
  text-align: center;
}


#enb .views-row .enb-university {
  font-size: 1em;
  line-height: 1.2em;
  padding: 10px;
  color: #222;
  text-align: center;
}

#enb .views-row .enb-speaker {
  font-size: 1.2em;
  padding: 10px;
  padding-bottom: 0px;
  color: #222;
  text-align: center;
}

#enb .views-row .enb-time {
  background: #678;
  width: 200px;
  color: #fff;
  font-size: 1.2em;
  padding: 10px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 55px;

}

#enb .views-row .enb-location {
  background: #567;
  width: 200px;
  color: #fff;
  font-size: 1.4em;
  padding: 10px;
  position: absolute;
  left: 0px;
  top: 75px;
  height: 100%;
}


#enb .views-row .enb-seminar-series {
  background: #567;
  width: 200px;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}


/* NEWS STYLES */


#enb_news .views-row {
  height: 220px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 650px;
  padding-left: 250px;
  background: #fff;
  position: relative;
}

#enb_news .enb-news-image {
  position: absolute !important; 
  left: 0px;
  top: 0px;
  height: 220px;
  width: 220px;
}

#enb_news .enb-news-title {
  font-size: 1.2em;
  text-align: center;
  color: #002147;
}

#enb_news .enb-news-date {
  margin-top: 15px;
  font-size: 0.8em;
  color: #555;
}

#enb_news .enb-news-body {
  color: #222;
}

#enb .datetimeglue {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

#enb .timeuntil {
  float: left;
}

#enb .timefrom {
  float: left;
}

/* CLOCK STYLES */

#binaryclock table {
  border: none !important;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}
#binaryclock tbody {
  border: none;
  background: none;
  padding: 0px;
}
#binaryclock tbody tr{
  background: none;
}

#binaryclock th { 
  color: #FFFFFF;
  font-size: 10px;
  background: none;
  border: none;
  width: 10px;
  height: 12px;
  padding: 0px;
}
#binaryclock td {
   border: 1px solid #D5D5E6;
   width: 12px;
   height: 12px;
   padding: 0px;
}
#binaryclock td.on { background-color: #FFFFFF; opacity: .5; }
#binaryclock td.off { background-color: #fff;}
#binaryclock td.seperator { color: #FFF; border: none; width: 12px; height: 20px; font-size: 20pt; text-align: center; }
#binaryclock td.blink { background: #eef; }
#decimal td, #toprow td { border: none; }
#date { text-align: center; font-size: 15pt; color: #FFFFFF; font-weight: bold; }
#decimal td.seperator { font-size: 35pt; color: #FFFFF; }
#hours, #minutes, #seconds { text-align: center; font-size: 35pt; color: #FFF; }
#hours td { border: none; }

/* ROOM Booking */

/* clear all styles */

#room_bookings {
  width: 1880px;
  height: 820px;
  position: absolute;
  top: 245px;
  left: 20px;
  overflow: hidden;
}

#enb .title.mrbs_rooms {
  text-align: center;  
  width: 1880px;
  height: 50px;
  margin-left: 20px;
  line-height: 50px;
  font-size: 2em; 
  font-family: sans-serif;
}

#room_bookings .panel {
  position: absolute;
  top: 0px;
  width: 920px;
  height: 840px;
  overflow: hidden;
}

#room_bookings .panel.left {
  left: 0px;
}
#room_bookings .panel.right {
  right: 0px;
}

#room_bookings .panel .mrbs_clock {
  width: 870px;
  margin-left: 50px;
  height: 40px;
  position: absolute;
  z-index: 500;
}


#room_bookings .panel .clock_shim {
  height: 40px;
  background: #678;
}

#room_bookings .panel .mrbs_clock .hour {
  width: 288px;
  margin: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: #000;
}

#room_bookings .panel .mrbs_clock .hour .timestamp{
  width: 288px;
  font-size: 1.5em;
  text-align: center;
  height: 40px;
  background: #fff;
  line-height: 40px;
  position: absolute;
}


#room_bookings .panel .mrbs_clock .hour .quarter_hour{
  width: 25%;
  height: 900px;
  float: left;
 /* display: none;*/
}

#room_bookings .panel .mrbs_clock .hour .quarter_hour.even{
  background: rgba(255,255,255,0.025);
}

#room_bookings .panel .mrbs_room {
  /* 1px hack to hide the clock alignment */
  width: 919px;
  height: 110px;
  margin-top: 2px;
  background: rgba(255,255,255,0.025); 
  position: relative;
  overflow: hidden;
}


#room_bookings .panel .mrbs_room .mrbs_room_name {
  position: absolute;
  left: 0px;
  height: 110px;
  background: #567;
  width: 50px;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  font-family: sans-serif; 
}


#room_bookings .panel .mrbs_room .mrbs_room_name .valign_shim {
  display: table-cell;
  height: 110px;
  width: 50px;
  vertical-align: middle;
}

#room_bookings .panel .mrbs_room .mrbs_event {
  height: 110px;
  background: #fff;
  color: #000;
  width: 290px;
  position: absolute;
  margin-left: 1px;
  text-align: center;
  z-index: 1000;
}


#room_bookings .panel .mrbs_room .mrbs_event.now {
  background: #abc;
}


#room_bookings .panel .mrbs_room .mrbs_event .valign_shim {
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  height: 110px;
  padding: 3px;
}


#room_bookings .panel .mrbs_room .mrbs_event .start_time {
  display: none;
}


#room_bookings .panel .mrbs_room .mrbs_event .name {
  font-size: 1.4em;
}

#room_bookings .panel .mrbs_room .mrbs_event .desc {
  font-size: 1.2em;
  margin-top: 3px;
} 

#room_bookings .panel .mrbs_rooms_wrapper {
  overflow: hidden;
  position: absolute;
}

#full_details {
  font-family: sans-serif; 
  position: absolute;
  right: 30px;
  bottom: 50px;
  font-size: 1.55em;
}
