﻿/*displytable.css*/

.tableview {
    margin-left: auto;
    margin-right: auto;
}

.tableview-row-a {
   background-color: #f5f5f5;
}

.tableview a {
    text-decoration: none;
    color: #000080; /* navy blue */
}

.tableview a:hover {
    text-decoration: none;
    color: #C0F; /* dark pink */
}

.project {
    height: 30px;
    width: 450px;
    padding-left: 10px;
}

.hits {
    height: 30px;
    width: 50px;
    padding-left: 10px;
}

.project-header {
    text-align: left;
    width: 450px;
}

.hits-header {
    text-align: left;
    width: 50px;
}

