﻿body {
    background: #EAEAEA;
}

.user-details {
    position: relative;
    padding: 0;
}

    .user-details .user-image {
        position: relative;
        z-index: 1;
        width: 100%;
        text-align: center;
    }

.user-image img {
    clear: both;
    margin: auto;
    position: relative;
}

.user-details .user-info-block {
    width: 100%;
    position: absolute;
    top: 55px;
    background: rgb(255, 255, 255);
    z-index: 0;
    padding-top: 35px;
}

.user-info-block .user-heading {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}

.user-info-block .navigation {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #428BCA;
    border-top: 1px solid #428BCA;
}

.navigation li {
    float: left;
    margin: 0;
    padding: 0;
}

    .navigation li a {
        padding: 20px 30px;
        float: left;
    }

    .navigation li.active a {
        background: #428BCA;
        color: #fff;
    }

.user-info-block .user-body {
    float: left;
    padding: 0%;
    width: 90%;
}

.user-body .tab-content > div {
    float: left;
    width: 100%;
}

.user-body .tab-content h4 {
    width: 100%;
    margin: 10px 0;
    color: #333;
}

.table {
    width: 100% !important;
    border: 0 !important;
}


