/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

table {
    border: 1px solid black;
    width: 70%;

}

tr {
    width: 100%;
}
td {
    width: 50%;
}
