body {
    margin: 0;
    padding: 0;
    text-align: center;
}

header {
    background-color: #0275d8;
    margin: 0;
    padding: 15px;
    color: white;
}

a {
    font-size: 22px;
}

.container {
    /*background-color: yellow;*/
    max-width: 500px;
    font-size: 22px;
    margin: auto;
    display: flex-root;
    flex-flow: column;
    -ms-flex-align: center;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container a{
    text-decoration: none;
}

.row {
    background-color: #0275d8;
    color: white;
    display: block;
    margin: 5px 5px 0px 5px;
    border-radius: 10px;
    display: flex;
    height: 45px;
    border-bottom: 2px solid black;
}

.row:active {
    border-top: 2px solid black;
    border-bottom: 0px;
}

.col {
    /*background-color: white;*/
    overflow: hidden;
    display: inline-block;
    display: flexbox;
    margin: auto;
}

.col-Date {
    flex-basis: 150px;
}