html,
body {
	margin: 0;
	padding: 0;	
}



body {
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size:14px;
	line-height: 1.4em;
	
	color: #000000;
	min-width: 230px;	
	margin: 0 auto;
	/*
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	*/
	font-weight: 400;
}

#header {
	
}

#header {
      display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    min-height: 64px;
    max-height: 1000px;
    z-index: 3;    
    color: #FFF;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: max-height,box-shadow;
    background: #0288d1 no-repeat center;
	 height:150px;
}
.logo {
  background: url('../img/tsgw-logo.jpg') 10px 10px no-repeat;
  height:144px;
  width:144px;
}
.header-title {
  font-size: 40px;
  color:#fff;
  font-weight: bold;
  margin-top: 50px;
  margin-left: 20px;
}
.panel-heading {
	font-weight: bold;
	font-size: 24px;
	min-height: 60px;
	line-height: 40px;
}
 .event_num{
  border-radius: 50%;
  background-color:#0288d1;
  font-size: 24px;
  text-align: center;
  width:40px;
  height:40px;
  float:left;  
  color: white;
  font-weight: bold;
  line-height: 40px;
  margin-right: 10px;
}

.panel.playing {
    
    border: solid 4px #FF7400;
}
.panel.playing .panel-heading{
	color: #fff;
    background-color: #FF7400;
}

#event-list {
	margin-top: 20px;
}

#noCurrentEvent {
  display: none;
  border: solid 1px #FF7400;
  padding:8px;
  background-color: #FF7400;
  margin-left:20px;
  border-radius: 4px;
  color:#fff;
}