﻿.post-actions--live button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    border: 0;
    background-color: transparent;
    outline: 0 !important;
    height: 36px;
    font-family: "TradeGothicLTPro-Bd2", Arial, Sans-Serif;
    font-size: 12px;
    font-weight: 700;
    padding: 0 12px;
}

.post-actions--live button svg {
    margin-right: 5px;
    fill: inherit;
}

.post-audio--live {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 30px;
}

.post-audio-controls--live {
    margin-left: 15px;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.post-audio-play-control--live {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #606060;
    display: inline-block;
}

.post-audio-timeline--live {
    margin-left: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
}

.post-audio-timeline-handler--live {
    display: inline-block;
    width: 100px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 2px solid #606060;
    position: relative;
}

.post-audio-timeline-bullet--live {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -6px;
    left: -1px;
}

.my-apps-link--live {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ededed;
    margin: 10px;
}
