/* Essential styles */
.material-icons {
    vertical-align: middle;
}

#summarykbasehtml pre {
    padding: 1em;
    color: #353535;
    background: hsla(0,0%,78%,.3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}

.rocket-tagbutton {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 16px;
    font-size: 12px;
    color: #000 !important;
    background-color: #f1f1f1 !important;
    margin-right: 4px;
    margin-bottom: 4px;
}
.rocket-tagbuttonOn {
    background-color: #9e9e9e !important
}
a.rocket-categorylink:link, a.rocket-categorylink:visited {
    color: black;
    text-decoration: none;
    display: inline-block;
}
a.rocket-monthdateslink:link, a.rocket-monthdateslink:visited {
    color: black;
    text-decoration: none;
    display: inline-block;
}

.rocket-filters {
    margin-top: 8px;
    margin-bottom: 8px
}
.rocket-filtergroup {
    font-size: 20px !important;
    margin-top: 8px;
}
.rocket-filtercheckbox {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
    margin-right: 4px;
}
.rocket-categoriestitle {
    font-size: 20px !important;
    margin-top: 8px;
}