.widget-modal {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    display: none;
    overflow: auto;
    position: fixed;
    text-align: center;
    overflow-y: scroll;
    background: rgba(238, 238, 238, 0.9);
}

.modal-wrapper {
    margin: 15px 10px;
    display: flex;
    height: calc(100% - 30px);
    width: calc(100% - 20px);
    justify-content: center;
    align-items: center;
}

.modal-btn-close {
    float: right;
    display: inline-block;
    background: #ffffff;
    font-size: 1.5em;
    color: #888888;
}

.modal-btn-close:hover,
.modal-btn-close:focus {
    background: rgba(0, 0, 0, 0.7);
}

.widget-modal-header {
    text-align: left;
    position: relative;
    margin-bottom: 8px;
    display: table;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.social-network-icon {
    display: table-cell;
    vertical-align: middle;
    margin-right: 8px;
    width: 40px;
    height: 40px;
}

.profile-image > img {
    border-radius: 40px;
    height: 40px;
    width: 40px;
}

.social-network-icon .glyphicons {
    color: black;
    font-size: 22px;
    line-height: 28px;
}

.profile-name {
    display: table-cell;
    max-width: 80%;
    vertical-align: middle;
    padding-left: 2px;
}

.author-name,
.author-username {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.author-name a,
.author-username a {
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 95%;
    text-decoration: none;
}

.author-name a:hover,
.author-username a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.author-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    height: 18px;
    max-width: 600px;
}

.author-username {
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    margin-top: -3px;
    opacity: 0.6;
}

.widget-modal-body {
    display: inline-block;
    text-align: left;
    z-index: 2001;
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    max-height: calc(100% - 10px);
    max-width: calc(100% - 10px);
}

.record-window {
    text-align: center;
    display: inline-block;
    max-width: 640px;
    max-height: 100%;
    width: calc(100% - 10px);
}

.feature {
    text-align: left;
    margin: auto;
    font-weight: 400;
    font-size: 1em;
    word-wrap: break-word;
}

.feature a:link {
    text-decoration: none;
}

.youtube-window {
    max-width: 768px;
}

.caption {
    font-size: .95em;
    text-align: left;
    margin: 10px 0;
    color: #6a6e73;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.caption a:link {
    text-decoration: none;
}

.caption p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.feature-caption {
    font-size: .95em;
    text-align: left;
    margin: 10px 0;
    color: #6a6e73;
    overflow: hidden;
}

.feature-caption a:link {
    text-decoration: none;
}

.js-track-link {
    text-decoration: none;
}

.strava-summary {
    text-align: center;
}

.strava-summary p {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.strava-summary .strava-metric-box {
    border: 0;
    margin: 0;
    width: 45%;
    display: inline-block;
    text-align: center;
}