figure {display: table;}
figcaption {margin-top:0.5em;display: table-caption;caption-side: bottom;font-size:0.7em;line-height:1.4;}
.left {float:left;margin:0 5rem 2rem 0;}
.right {float:right;margin:0 0 2rem 5rem;}


.btn {border-radius:0!important;background:green;}
h1 {margin-bottom:3rem;}

a:hover {
    text-decoration: underline;
}
        div.table {
            display: table;
            border-collapse: collapse;
        }
    
        div.tr {
            display: table-row;
        }
    
        div.td {
            display: table-cell;
            
            padding: 15px;
}

.table>:not(caption)>*>* {
    padding: 0}