body {
    background-color: #fff;
}

p {
    font-size: 16px;
}

tr {
    font-size: 16px;
}

#page-topbar{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:70px;
    min-height: 70px;
    background: #fff;
    -webkit-box-shadow: 0 1px 16px -2px rgba(56, 65, 74, 0.15);
            box-shadow: 0 1px 16px -2px rgba(56, 65, 74, 0.15);
    padding: 30px 0;
}


.header-text-area {
    padding: 140px 0;
    position: relative;
}

.header-text {
    padding: 20px;
    position: relative;
}

.header-text h2 {
    font-size: 40px;
}

.bg-header-pattern {
    background-image: url(../img/inner-container-head-bg.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}


