/*
==============================================================================
**
** NEWSROOM STYLES
**
** SCOPE: 		NEWSROOM
** REVISION:	0.1
** DATE:		03/21/11
** AUTHORS:		DUNCAN MCALESTER (DUNCAN@LAYER-51.COM)

** USAGE:		The body tag for this section will have and ID of "newsroom"

** NOTES:
				
** TODO:		Connect up LESS variables

** REVISION HISTORY
------------------------------------------------------------------------------






==============================================================================
*/
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* =========================================================================== */
/*
** COLOR PALETTE
**
** DESCRIPTION:	Class to be applied to any button
** USAGE:		
** NOTES:
**
*/
/* =========================================================================== */
#hearings .inline-search select {
  width: 100% !important;
  margin: 0 0 1em 0;
}
#hearings .duration {
  font-weight: bold;
  font-size: .75em;
  padding-bottom: .681em;
  padding-top: .681em;
  margin-bottom: .681em;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
#hearings .summary {
  margin-bottom: .382em;
  display: block;
}
#hearings .committee {
  font-family: 'Futura W01 Book Oblique', "Century Gothic", AppleGothic, sans-serif;
  font-size: 0.875em;
  line-height: 1.2;
  color: #6d6d6d;
  display: block;
  margin-bottom: .5em;
  text-overflow: ellipsis;
}
#watch-live-now {
  float: none;
}
@media only screen and (max-width: 767px) {
  #hearings td:nth-child(2) {
    display: none;
  }
}
