@media (max-width: 768px) {
    .profile-modal .container {
        padding: 0;
        margin: 0;
    }
}
.profile-modal .container .title {
    font-size: xx-large;
}
.profile-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 90%;
    padding: 6.25rem 0 0 0;
    margin: 1.25rem;
    text-align: left;

	border-radius: 0.625rem; /* IE 6+  */
	-moz-border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
}
.profile-modal .modal-content .profile_right {
    line-height: 1.875rem;
}
    @media (max-width: 768px) {
        .profile-modal {
            margin: -0.625rem;
            padding: 0;
        }
        .profile-modal .modal-content {
            margin: 0;
            padding: 2.5rem 0;
        }
        .profile-modal .modal-content .profile_right {
            margin: 0 -1.25rem -1.25rem -1.25rem;
        }
        .profile-modal .modal-content .profile_right .row:nth-child(n+3) > div:nth-child(1):not(.about) {
            padding-left: 0;
            font-weight: bold;
        }
        .profile-modal .modal-content .profile_right .row > div:nth-child(2) {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }
.profile-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}
.profile-modal .modal-content img {
    margin-bottom: 1.875rem;
}
.profile-modal .modal-content .row {
    margin: 0.625rem 0;
}
.profile-modal .modal-content .about {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
}
.profile-modal .navigate {
    font-size: larger;
	color: #bedabe;
    position: absolute;
    top: 0.625rem;
    width: 100%;
    padding: 0.625rem 1.25rem 1.25rem 0.625rem;
}
    @media (max-width: 768px) {
        .profile-modal .navigate {
            padding: 0.625rem 0.625rem 1.25rem 0.625rem;
        }
    }
    .profile-modal .modal-content .profile_right .row:nth-child(1){
        font-weight: normal;
    }
.profile-modal .close-modal {
    position: absolute;
    width: 1.25rem;
    height: 4.6875rem;
    background-color: transparent;
    top: 1.5625rem;
    right: 1.5625rem;
}
.profile-modal .modal-footer {
    text-align: center;
}



.friendgroup_menu,
.friendship_menu {
    position : absolute;
    right: 0;
    min-width: 11.25rem;
    background: #FFF;
    padding: 0;
    border-top: 1px #CCC solid;
    border-right: 1px #CCC solid;
    border-left: 1px #CCC solid;
    box-shadow: 0.125rem 0.125rem 0.0625rem #888888;
    display: inline-block;
    display: none;
    z-index: 3;
}
.friendgroup_menu li {
    list-style-type: none;
    padding: 0.3125rem;
    border-bottom: 1px #CCC solid;
    cursor: pointer;
}
.friendgroup_menu li div {
    text-align: left;
    display: inline-block;
}
.friendgroup_menu li div:nth-child(1) {
    color: #298A08;
    width: 10%;
}
.friendgroup_menu li div:nth-child(2) {
    width: 80%;
    margin-left: 0.625rem;
}
.friendship_menu li {
    list-style-type: none;
    padding: 0.3125rem 0.625rem;
    border-bottom: 1px #CCC solid;
    display: none;
    cursor: pointer;
}
.friendship_menu li:hover, .friendgroup_menu li:hover {
    font-weight: bold;
    background: #e6ffe6;
}
.friendship_menu li:active, .friendgroup_menu li:active {
    font-weight: bold;
    background: #ccffcc;
}