<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.glyphicon {
    margin-right: 5px;
}

.thumbnail {
    min-height: 360px;
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: none !important;
}

.item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
    /*background: #428bca;*/
}

.item.list-group-item .list-group-image {
    margin-right: 10px;
    border-radius: 5px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
    min-height: inherit;
}

.item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
    border: none;
}

.item.list-group-item:nth-of-type(odd) {
    /*background: #eeeeee;*/
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.pull-down {
    margin-top: 50px;
}

.right {
    text-align: right;
}

.caption {
    margin-left: 10px;
}

.profile-url:hover {
    text-decoration: none;
}

.list-group-image {
    margin: 10px;
}

.navigation {
    text-align: center;
}

.content {
    margin-top: 60px;
}

.box-body {
    border-bottom: 1px solid #eee;
}

.social-icon {
    width: 48px;
    margin: 10px;
}

.expert-name {
    text-align: center;
    margin-bottom: 0px;
}

.degree {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

.data {
    margin-left: 30px;
}

.icon-profile {
    color: #3D4A70;
}
.list-group-image{padding: 5px;}
.caption{padding: 10px 40px !important;}
hr{margin: 5px 0 0 0;}</pre></body></html>