a {
    text-decoration: none;
    color: black; 
    font-size: 14px;
}

table {
    width: 100%;
    font-size: 14px;
}

th {
    font-size: 14px;
}

td {
    font-size: 12px;
}

.newsHeader {
    font-size: 16px;
    text-decoration: none;
    color: black; 
    white-space: normal;
    text-align: left;
}

.newsText {
    font-size: 12px;
    text-decoration: none;
    color: black; 
    white-space: normal;
    text-align: left;
}

.item {
    width: 50%;
}

.header {
    font-size: 14px;
    font-weight: bold;
}

.normal {
    font-size: 14px;
    font-weight: normal;
}

.grid-container {
    width : 100%;
    max-width : 1000px; 
}
/*-- our cleafix hack -- */ 
.row:before, 
.row:after {
    content:"";
    display: table ;
    clear:both;
}

[class*='col-'] {
    float: left;
    min-height: 1px; 
    width: 16.66%;
    padding: -10px;
}
.col-1{
    width: 16.66%; 
}
.col-2{
    width: 33.33%; 
}
.col-3{
    width: 50%; 
}
.col-4{
    width: 66.664%;
}
.col-5{
    width: 83.33%;
}
.col-6{
    width: 100%;
}

.grid-container *{
    box-sizing: border-box; 
}

.logout {
}