﻿#news {
    margin-top: 50px;
    margin-left: 80px;
}


.GV_ARow {
    background-color: gainsboro;
    color: black;
    height: 20px;
    white-space: nowrap;
}

.GV_Row {
    height: 20px;
    white-space: nowrap;
}
.GV_Cell {
    padding-right: 5px;
    overflow: hidden;
    min-width: 60px;
    max-width: 450px;
    white-space: normal;
    font-size:smaller;
}
.GV_Master td {
    line-height: 1.0;
    padding-top:3px;
    padding-bottom: 3px;
}

div.table {
    display: table;
    border-collapse: collapse;
    border-radius: 5px;
}

div.tr {
    display: table-row;
}

div.tdd {
    display: table-cell;
    border-bottom: thin solid gray;
    border-radius: 5px;
    padding: 5px;
    width: 60px;
    color: blue;
}

div.tdt {
    display: table-cell;
    border-bottom: thin solid gray;
    border-radius: 5px;
    padding: 5px;
    max-width: 500px;
    color: darkslateblue;
}
.info {
    white-space: pre-wrap;
    font-size:smaller;
}