.panel-seamless {
    padding-left: 10px;
}

.indented {
    padding-left: 20px;
}

.activity-type {
    background: linear-gradient(to right, #4267b2, #4267b2 ,#4267b2 ,#4267b2 , white);
    color: white;
    font-size: 180%;
    width: 90%;
    padding: 3px;
}

.activity-desc {
    color: #4267b2;
    font-size: 140%;
    font-weight: bold;
}

.week {
    background: linear-gradient(to right, #20375f, #20375f ,#20375f ,#20375f , white);
    color: white;
    font-size: 200%;
    width: 90%;
    padding: 5px;
    font-weight: bold;
}

.week-future {
    background: linear-gradient(to right, #ababab, #ababab ,#ababab ,#ababab , white);
    color: white;
    font-size: 150%;
    width: 90%;
    padding: 5px;
}

.week-past {
    background: linear-gradient(to right, #c0cbe6, #c0cbe6 ,#c0cbe6 ,#c0cbe6 , white);
    color: white;
    font-size: 150%;
    width: 90%;
    padding: 5px;
}