#chart-demo {
    height: 440px;
    width: 100%;
}

.demo-table {
    width: 100%;
    border: 1px solid #c2c2c2;
    border-collapse: collapse;
}

.demo-table th,
.demo-table td {
    font-weight: 400;
    width: 200px;
    padding: 25px 10px 5px 10px;
    border: 1px solid #c2c2c2;
}

.demo-table th {
    padding: 25px 15px 20px 15px;
    border: 1px solid #c2c2c2;
}

.demo-table tr:nth-child(2) td {
    border-top: 1px solid #c2c2c2;
}

.demo-table td:first-of-type {
    border-left: 1px solid #c2c2c2;
}

.demo-table .sparkline {
    width: 200px;
    height: 30px;
}


.long-title h3 {
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}