﻿#mainContainer table tr td div {
    width: 200px;
    color: darkblue;
}

#mainContainer table tr td div:focus {
    font-weight: bold;
}

article.content-item.chart-client {
    padding: 0px !important;
}

#breadcrumbs {
    background-color:skyblue;
    height: 30px;
    width: 100%;
    color: black;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 30px;
}
.small-header {
    width: 800px;
    text-align:left;
    font-weight: bold;
    font-size:small;
    background-color: darkgrey;
}
.table-row-text {
    text-align:left;
    font-size:smaller;
}
.table-cell {
    width: 400px;
}