/* Notable Flag */
.corner {
    position: absolute;
    z-index: 10000;
}
.corner.top-right {
    right: 0;
}
.corner.bottom-right {
    right: 0;
    bottom: 0;
}
.corner.bottom-left {
    bottom: 0;
}