﻿#sidebar .profile-menu > a .profile-info {
    margin-top: 49px;
}

style.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    width: 100%;
    overflow: visible;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#myModal .modal-content {
    background-color: #fefefe;
    margin: 65px auto 0px 280px; 
    border: 1px solid #888;
    width: 75%;
    height: 605px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.btngrid {
    bottom: 140px;
}
