﻿.tileheader-wrap {
    width: 100%;
}

.tileheader-flex {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.tileheader-order {
    flex: 0 0 auto;
    text-align: left;
}

.tileheader-title {
    flex: 1 1 0;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

.tileheader-duration {
    top: 0px;
    font-size: 90%;
    white-space: nowrap;
}
