table {
    width:100%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 15px;
    text-align: left;
}
table tr:nth-child(even) {
    background-color: #eee;
}
table tr:nth-child(odd) {
    background-color: #fff;
}
.mf-div {
    display: inline-flex;
    margin: 10px;
}
.mf-radio {
    display: none;

}
.mf-img {
    width: 70px;
    cursor: pointer;
    margin: 3px 5px 2px;
}
.mf-radio[type=radio]:checked + label{
    outline: 3px solid #1979c3;
    border-radius: 5px;
}
.w3-teal{
    background-color: #006bbb    !important;
    /*background-color: #438eb9 !important;*/
}
.mf-bg{
    background-image: url('payment-logo.png');
    background-repeat: no-repeat;
    background-position-x: right;
    height: 73px;
    margin-top: -9px;
}
.mf-linkSelected{
    background-color: #49b2e5 !important;
}
h1 {
    font-size: 34.50px;
}
