p {
    color: rgb(30, 115, 190);
    font-family: 'Roboto', sans-serif;
}
table {
width: 100%;
border-collapse: collapse;
}

td {
border: 1px solid #000;
padding: 5px;
text-align: center;
width: 50%;
}
img {
    width: 200px;
    height: auto;
    content: normal;
    position: relative;
}
table img.w50p {
width: 50px;
}