* {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, 
                Arial, sans-serif, Apple Color Emoji;
}

.fa-plus-circle:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    margin-right:3px;

    width: 1.28571429em;
    text-align: center;
}

.hover-red:hover {
    border-bottom: 1px solid red;
    color: white;
}

.zHeader {
    height: 80px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 20px;
    text-decoration: none;
}