
.md table
{
   width: 50%;
   margin-left: 5%;
   margin-bottom: 2%;
}

.md th
{
   background-color: #e1e1e1;
   color: #000000;
   font-weight: bold;
}

/* striped table */
.md table tr:nth-child(even)
{
   background-color: #FFFFFF;
   text-align: center;
}
.md table tr:nth-child(odd)
{
    background-color: #eeeeee;
}

th, td 
{
   text-align: left;
   padding: 8px;
}

tr:nth-child(even) 
{
   background-color: #f2f2f2;
}
