﻿#viewMore {
    z-index: 999;
    position: fixed;
    margin: 0 auto;
    bottom: 0px;
    width: 100%;
    height: 40px;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #41545F;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: pointer;
    display: none;
    color: #999;
    background-color: #f5f5f5;
}

    #viewMore:hover {
        background-color: #E4E4E4;
        color: #211922;
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

.nodata {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 10px 5px;
    background-color: #f5f5f5;
}
