/* event-detail styles */
.event-detail 
{
    line-height: 1.3em;
}
.event-detail > div
{
    margin-bottom: 10px;
}

.event-detail #EMStartDate
{
	font-size: 1.3em;
}
.event-detail #EMLongDesc
{
	color: #FFF;
	font-size: 1.3em;
    letter-spacing: normal!important;
	text-transform: uppercase;
}
.event-detail #EMClosingDtTm
{
	margin-top: 10px;
}
.event-detail #EMNotes
{
	font-family: monospace;
}

.north
{
}
.south
{
	color: #FF9900;
}

.tab-detail table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
}
.tab-detail td,
.tab-detail th {
  padding: 0;
}
.tab-detail table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
.tab-detail th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}
.tab-detail td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}
.tab-detail tr,
.tab-detail td,
.tab-detail th {
  vertical-align: middle;
}
.tab-detail {
  max-width: 1000px;
/*margin: 0 auto;
  padding: 0 80px; centered */
  box-sizing: content-box;
  padding-bottom: 100px
}
@media screen and (max-width: 1023px) {
  .tab-detail {
    padding: 0 30px
  }
}
@media screen and (max-width: 640px) {
  .tab-detail {
    padding: 0 15px
  }
}
.tab-detail table {
  margin: 0
}
.tab-detail table thead th {
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal!important;
  border: 0
}
@media screen and (max-width: 1023px) {
  .tab-detail table thead th {
    color: #4a4a4a;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    padding: 10px 10px 5px
  }
}
.tab-detail table tbody tr:nth-child(2n) td {
  background: #f2f2f2
}
.tab-detail table tbody td {
  vertical-align: top;
  color: #4a4a4a;
  padding: 10px 20px;
  letter-spacing: normal!important;
  border: 1px solid #afafaf
}
@media screen and (max-width: 1023px) {
  .tab-detail table tbody td {
    font-size: 13px;
    padding: 5px 10px
  }
}
@media screen and (max-width: 640px) {
  .tab-detail table,
  .tab-detail tbody,
  .tab-detail td,
  .tab-detail th,
  .tab-detail thead,
  .tab-detail tr {
    display: block!important
  }
  .tab-detail thead tr {
    position: absolute!important;
    top: -9999px!important;
    left: -9999px!important
  }
  .tab-detail tr {
    border: 1px solid #ccc!important
  }
  .tab-detail td {
    border: none!important;
    border-bottom: 1px solid #eee!important;
    position: relative!important;
    padding-left: 60%!important
  }
  .tab-detail td:before {
    position: absolute!important;
    top: 6px!important;
    left: 6px!important;
    width: 55%!important;
    padding-right: 10px!important;
    white-space: normal!important
  }
  .tab-detail td:first-of-type:before {
    content: "Class"
  }
  .tab-detail td:nth-of-type(2):before {
    content: "Judge"
  }
  .tab-detail td:nth-of-type(3):before {
    content: "Completed"
  }
  .tab-detail td:nth-of-type(4):before {
    content: "Detail"
  }
}
.tab-detail table tbody tr td.d {
  background-color: #BBDDEE;
}
.tab-detail td.h {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-color: #FFF;
  border-style: none;
  font-weight: bold;
}
.tab-detail td.j {
  vertical-align: text-bottom;
  padding-top: 3px;
}

#EMClassFee span:first-of-type {
	display: inline-block;
	padding-left: 1em;
	width: 7em;
}
#EMClassFee span:nth-of-type(2) {
	display: inline-block;
	text-align: right;
	width: 4em;
}
#EMClassFee2 div {
}
#EMClassFee2 div div {
	display: inline-block;
}
#EMClassFee2 div {
	clear: left;
}

/* 907 theme adjustments */
#EMLongDesc a,
.event-list a
{
  color: #00CCFF;
}
#EMClassFee span:first-of-type {
  width: 8em;
}	
.tab-detail table tbody td,
.tab-detail table thead td {
  background: #CCC;
}
.tab-detail td.h {
  border: 1px solid #afafaf;
}
.tab-detail table tbody tr:nth-child(2n) td {
  background: #f2f2f2
}



