.annotation.warning{
    background-color: rgba(255, 0, 0, 0.244);
    padding: 10px;
    border-radius: 10px;
}

.annotate.title.warning{
    background-color: rgba(255, 0, 0, 0.253);
    padding-left: 5px;
    border-bottom: 4px;
    font-weight:bold;
}

.annotate.content{
    padding-top: 6px;
}

.annotation.info{
    background-color: rgba(0, 195, 255, 0.244);
    padding: 10px;
    border-radius: 10px;
}

.annotate.title.info{
    background-color: rgba(0, 195, 255, 0.254);
    padding-left: 5px;
    border-bottom: 4px;
    font-weight:bold;
}

.post-content h2.iconTitle{
    margin-top: 0px !important;
}
