body,
html {
    height: 100%;
    font-family: sans-serif
}

h1 {
    text-align: center;
    padding-bottom: 0px;
    font-weight: 700;
}

p.center {
    margin: 0;
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    }
    
.wrap {
    align-items: center;
    justify-content: center;
	max-width: 500px;
}

.table {
    width: 100%;
    display: table;
    margin: 0;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-lqy6{text-align:right;vertical-align:top}
.tg .tg-0lax{text-align:left;vertical-align:top}
.tg .tg-0lax2{text-align:left;vertical-align:top;border-width:0px;}