<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #f5f5f5;
}

.dashboard-filters {
    text-align: right;
}

.dashboard-filters &gt; .dashboard-filter {
    display: inline-block;
    vertical-align: middle;
}

.dashboard-team-filter {
    width: 200px;
    text-align: left;
}

.dashboard-team-sprint {
    margin-left: 20px;
    font-size: 13px;
    margin-right: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.widget-simple-chart h3{
    margin: 0px;
}

.widget-simple-chart p {
    margin: 5px 0px;
}

.nvd3 text {
    font-size:  10px;
}
.latest-projects-box tbody .item-icon {
    font-size: 20px;
    border-right: 0px;
    padding: 0px;
}

.latest-projects-box thead&gt;tr&gt;th {
    vertical-align: middle;
    color: rgb(121, 121, 121)
}

latest-projects-box tbody&gt;tr&gt;td{
color: rgb(152, 166, 173)
}

.issue-type-3:before {
    color: red;
}
.latest-projects-box a
{
    cursor:pointer;
}
.latest-projects-box a:hover
{
    text-decoration: underline;
}


.latest-projects-box table {
    width: 100%;
}

.latest-projects-box table td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-responsive&gt;table&gt;tbody&gt;tr&gt;td
{
    font-size: 12px;
    padding: 6px;
}

.table-responsive&gt;table&gt;thead&gt;tr&gt;th
{
    padding: 6px;
    font-size: 13px;
}.burn-down-statuses-diagram .chart-line {
    position: relative;
    margin: auto;
    height: 320px !important;
    width: 100%;
}.burn-down-diagram .chart-line {
    position: relative;
    margin: auto;
    height: 320px !important;
    width: 100%;
}
/*# sourceMappingURL=styles.css.map*/</pre></body></html>