.main-panel {
    position: fixed;
    bottom: 85px;
    z-index: 2;
    right: 0;
}
.custom-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 5px;
    margin: 5px 0px;
    border-radius: 10px 0px 0px 10px;
    background: #f1f1f1;
    cursor: pointer;
    max-width: 200px;
    overflow: hidden;
}
.custom-link {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.post-content-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.post-content a {
    text-decoration: none !important;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 21px;
    text-decoration: none;
}
.main-panel a,
.main-panel a:active,
.main-panel a:visited,
.main-panel a:hover,
.main-panel a:focus {
    color: #000000 !important;
    text-decoration: none !important;
}
