a {
	text-decoration:none;
}
a:hover {color:#ff0000}

body,table {
	font-size: 10pt;
}
@media screen and (max-width:1024px){
    tr {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        width: 100vw !important;
    }
    td {
        width: 40% !important;
        margin-right: 20px;
    }
    img {
          width: 100%!important;
          height: auto!important; 
    }
}