body {
    background: lightgray;
}

.btn {
    width: 100%;
}

.fa-sm {
    padding: 4px;
}

.login-container {
    background: whitesmoke;
    max-width: 420px;
    height: 389px;
    margin: auto;
    margin-top: 10%;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 5px 8px -6px;
}

.link-container {
    margin-top: 20px;    
}

.news-container {
    background: whitesmoke;
    max-width: 700px;
    height: 389px;
    margin: auto;
    margin-top: 10%;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 5px 8px -6px;
}

.news-table-wrapper{
    flex: 1;
    height: 80%;
    overflow-y: scroll;
    font-size: small;
}

.td-wrap {
    padding: 15px;
    text-align: start;    
    overflow-wrap: anywhere;
}

.w70px {
    width: 70px;
}

#newsTable {
    width: 100%;
}

#newsTable td {
    border-bottom: solid 1px rgb(189, 189, 189);
    
}

.link {
    text-decoration: none;
    color: #337ab7;
}