#prez_table
{
	width:100%; 
	border-bottom:1px solid #bbb; 
	border-top:1px solid #bbb; 
	padding-top:20px; 
	margin-top:20px; 
}

#prez_table th {
    border-bottom: 2px solid #bbb;
    vertical-align: middle;
    text-align: left;
    padding: 7px 5px 7px 5px;
    font-size: 1.05em;
    font-weight: 700;
  
    }

#prez_table td 
{
vertical-align:middle;
font-family: Open Sans, Tahoma, sans-serif;
padding:5px;
background-color: none;
text-align: left;
font-size: 1.05em;
}

#prez_table tr 
{
background-color: none;
}


#prez_table img
{
width: 60px;
height: 60px; 
}

#prez_table img #dem
{
border:2px solid blue; 
}

/* mobile table */
@media screen and (max-width: 480px) {
    table,
    tbody {
        display: block;
        width: 100%;
        font-color: black;
    }

     thead { display: none; }


    table tr,
    table th,
    table td {
        display: block;
        text-align: center;
        font-color: #000;
    }

    table tr {
        border-bottom: 1px solid #bbb;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }


    table th[data-title]:before,
    table td[data-title]:before {
        content: attr(data-title) ":\00A0";
        font-weight: bold;
        font-color: #000;
    }

table td {
        border: none;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    table td:empty { display: none; }

