div.helpHeader {
    bottom: 0;
    right: 0;
    position: relative;
    /*background-color: #0db14b;*/
    background-image: url(/Images/traqqr_BLACK.png);
    background-repeat: no-repeat;
    height: 250px;
    width: 200px;
    min-height: 250px;
}

div.site {
    min-height: 100%;
    position: relative;
}

    div.site siteBody {
        height: 100%;
        padding-bottom: 250px;
        margin: 0;
    }
    
div.tile {
    position: relative;
    color: #FFFFFF;
    width: 11.5em;
    height: 11.5em;
    float: left;
    cursor: pointer;
    margin: 0.25em;
}

    /* Default styling */
    div.tile h2, div.tile h3, div.tile h4, div.tile h5, div.tile h6 {
        line-height: 1.333333333em;
        color: #FFFFFF;
        margin: 0px;
    }

    div.tile h2 {
        font-size: 2.0em;
    }

    div.tile h3 {
        font-family: "Roboto-700";
        font-size: 1.0em;
    }

    /* Content styling */
    div.tile > div.tile-container {
        height: 11.5em;
        padding: 0.75em;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 100%);
    }

    div.tile.selection {
        margin: 0;
        border: 0.25em solid #FFFFFF;
    }

    div.tile:hover > div.tile-container {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 100%);
    }

    div.tile > div.tile-container > h2 {
        position: absolute;
        left: 0.5em;
        bottom: 0.25em;
        font-size: 1em;
        line-height: 1.333333333em;
    }

    div.tile > div.tile-container > h3 {
        position: absolute;
        right: 0.25em;
        bottom: 0;
        font-size: 1em;
        line-height: 1.333333333em;
    }

    div.tile > div.tile-container > div.content {
        position: relative;
        height: 9.5em;
    }

    div.tile div.tile-text {
        position: absolute;
        left: 0;
        right: 0;
    }

div.tile-icon {
    position: absolute;
    left: 25%;
    top: 20%;
    width: 50%;
    height: 50%;
    align-items: center;
    overflow: hidden;
}
