.profile-album-modal .modal-dialog {
    width: 640px;
}

.profile-album .album-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.profile-album .album-body {
    min-height: 292px;
}

.profile-album table {
    margin: auto;
}

.profile-album table tr td {
    padding-right: 15px;
}

.profile-album table tr td img:hover{
    cursor: pointer;
}

.profile-album table tr td:last-child {
    padding-right:0;
}

.profile-album .carousel-control.left,
.profile-album .carousel-control.right {
    background:none;
    width: 5px;
    color: #068e86;
    text-shadow: none;
    opacity: 1;
    font-size: 25px;

}

.profile-album .carousel-control.left:hover,
.profile-album .carousel-control.right:hover {
    color: #000;

}

.profile-album .carousel-indicators {
    display: none;
}

.profile-album .modal-footer {
     height:54px;
}