﻿.dashboard-label {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 20px;
    margin-top: -16px;
    font-weight: bold;
}

.dashboard li {
    text-align: center;
    vertical-align: top;
    border-right: 1px dashed #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dashboard li:last-child {
    border-right: none;
}

.dashboard li a {
    color: #000;
}
