/*******************************************************************************
 Add your styles here
 *******************************************************************************/

/* Honeypot */

.ohnohoney{
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 0 !important;
    width: 0 !important;
    z-index: -1 !important;
}