#tweet-table {
    position: relative;
}
    #tweet-table.is-loading .table-inner,
    #tweet-table.is-fetching-page .table-inner {
        opacity: 0.1;
        transition: opacity 1s;
    }
    #tweet-table .loading-box {
        position: absolute;
    }

.twitter-tweet-rendered{
    margin: 0px !important;
}
.tweet-container{
    max-width: 400px;
    min-width: 400px;
}

.twitter-text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: rgb(15, 20, 25);
    font-weight: 400;
    font-size: 20px;
}

.selected-row {
    background: #eef0f199;
}

.twitter-box {
    display: inline-block;
    text-align: center;
    font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    background-color: rgb(247, 249, 249);
    border-color: #eee #ddd #bbb;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 10px 5px;
    padding: 50px 16px 36px 16px;
    max-width: 400px;
    min-width: 250px;
}
#tweet-details {
    padding: 20px;
    min-width: 25em;
    max-width: fit-content;
}
#tweet-details a {
    text-decoration: none;
}
.tweet-table .selected-row{
    background: transparent;
    border-left: 5px solid #4f81bd;
}
#status-history-graph .axis-label{
    text-transform: uppercase;
    letter-spacing: 1px;
}