﻿﻿td.details-control { 
    background: url('~/img/icon-youtube.png') no-repeat center center; 
} 
tr.shown td.details-control { 
    background: url('~/img/icon-twitter.png') no-repeat center center; 
} 
 
.hidden { 
    display: none; 
} 
 
.boardRow { 
    vertical-align: top; 
}

.dateHeading {
    padding: 10px 15px;
    color: #004990;
}

#boardRow {
    margin: 5px 0;
}
#boardRow:nth-child(odd) {
    background: #f9f9f9;
}
div#boardRow:hover {
    background: #fff;
}

div#plus {
    width: 4%;
    float: left;
}

#tblMeetingList {
  margin-left: 4%
}