h1, h2, h4, h6, hr {
    color: #fff;
}

.calendar-icon {
    margin-left: 10px;
}

.center {
    text-align: center;
}

.shrink {
    padding: 25px;
}

#event-analysis-wordcloud {
    width: 100%;
}

#btn-submit {
    color: #95969A;
    margin-right: 10px;
    height: 3rem;
    display: inline-block;
    padding: 0 30px;
    margin-left: 10px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.total-events {
    font-size: 16px;
    margin: 10px;
    padding: 9px;
}

#descriptive p {
    color: #fff;
}

#descriptive {
    background-color: green;
    /*padding: 10px;*/
}