
.region-sidebar-first .block-era-programme-of-events h2 {
  background-color: #9d9fa9;
  padding: 1em;
  margin-top:1px;
}
.region-sidebar-first .block-era-programme-of-events ul {
  margin-left: 0 !important;
  margin-top: 1px;
}
.region-sidebar-first .block-era-programme-of-events ul li {
  margin: 0;
  padding: 1em;
  background-color: #498fcc;
  border-bottom: 1px solid #f0f0f0;
}
.region-sidebar-first .block-era-programme-of-events ul li a {
  color: #000;
  font-weight: bold;
}
.region-sidebar-first .block-era-programme-of-events ul li a.active {
  color: #FFF;
}
.region-sidebar-first .block-era-programme-of-events ul li a:hover {
  text-decoration: none;
  color: #FFF;
}

/* Download programme link */
article.node-free-text .field-name-field-attached-downloads {
  float: left;
}
article.node-free-text .field-name-field-attached-downloads .file-size,
article.node-free-text .field-name-field-attached-downloads .file-icon {
  display: none;
}



#list-programme-days {
  text-align: right;
  margin-bottom: 30px;
}
#list-programme-days .item-list ul li {
  display: inline;
}
#list-programme-days .item-list ul li a,
article.node-free-text .field-name-field-attached-downloads .field-item a {
  color: #000;
  font-weight: bold;
  width: 110px;
  background-color: #f4f5f5;
  background-image: linear-gradient(to bottom, #f4f5f5, #e6e6e6);
  border: 1px solid #498fcc;
  border-radius: 3px;
  padding: 1em;
}
#list-programme-days .item-list ul li a:hover,
article.node-free-text .field-name-field-attached-downloads .field-item a:hover {
  background-image: linear-gradient(to bottom, #f4f5f5, #d4d4d4);
  border: 1px solid #ccc;
  text-decoration: none;
}
#list-programme-days .item-list ul li a.active {
  color: #498fcc;
}

#programme-block table.hidden {
  display: none;
}

/* Table */
table.day-programme .speaker {
  float: left;
  padding: 0 2px 4px;
  width: 48%;
}

/*.programme_row {*/
    /*overflow: hidden;*/
    /*border: 1px solid #aaa;*/
    /*border-top: none;*/
    /*border-bottom: none;*/
    /*position: relative;*/
/*}*/
/*.programme_row_title {*/
    /*background: #ccc;*/
    /*padding: 5px 10px;*/
    /*border-bottom: 1px solid #aaa;*/
    /*border-top: 1px solid #aaa;*/
/*}*/
/*.programme_row_title h3 {*/
    /*font-family: inherit;*/
    /*margin: 0px*/
/*}*/
/*.programme_row_inner {*/
    /*width: 4900px;*/
    /*position: relative;*/
    /*left:-1601px;*/
/*}*/
/*.programme_row_times {*/
    /*background: #ddd;*/
    /*padding-bottom: 0px;*/
/*}*/
/*.programme_row_times span{*/
    /*display: inline-block;*/
    /*width: 99px;*/
    /*text-align: left;*/
    /*border-left: 1px solid grey;*/
    /*padding-bottom: 10px;*/
    /*text-indent: 10px;*/
    /*border-bottom: 1px solid #aaa;*/
/*}*/
/*#programme_block {*/
    /*border-bottom: 1px solid #aaa;*/
/*}*/
/*.session_block {*/
    /*background: #e1e1e1;*/
    /*position: absolute !important;*/
    /*height: 120px;*/
/*}*/
/*.session_inner {*/
    /*padding: 10px;*/
    /*border: 1px solid #aaa;*/
    /*height: 100px;*/
    /*border-top: none;*/
    /*border-bottom: none;*/
/*}*/
/*.venue_row {*/
    /*position: relative;*/
    /*height:120px;*/
/*}*/
/*.left_controller {*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*width: 25px;*/
    /*background: #e3e3e3;*/
    /*height: 120px;*/
    /*top: 57px;*/
    /*border-right: 1px solid #aaa;*/
    /*z-index: 99;*/
    /*cursor: pointer;*/
/*}*/
/*.right_controller {*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*width: 25px;*/
    /*background: #e3e3e3;*/
    /*height: 120px;*/
    /*top: 57px;*/
    /*border-left: 1px solid #aaa;*/
    /*z-index: 99;*/
    /*cursor: pointer;*/
/*}*/
/*Text*/
/*.session_inner h3 {*/
    /*margin-bottom: 10px;*/
    /*font-size: 15px;*/
    /*font-family: inherit;*/
    /*line-height: 15px;*/
    /*height: 50px;*/
    /*overflow: hidden;*/
/*}*/
/*Dashboard*/
/*.page-node-dashboard .right_controller,*/
/*.page-node-dashboard .left_controller {*/
    /*top: 63px;*/
/*}*/
