@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

#coralSignInButton {
    font-size: 12pt;
    min-height: 50px;
    border-radius: 0;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.talk-tab-bar {
    border-bottom: 0 none;
}

.talk-tab-bar .talk-tab {
    margin-right: 20px;
}

.talk-tab-bar .talk-tab button {
    padding: 0;
    border: 0 none;
    font-size: 12pt;
    color: #a0a0a0;
    background: none;
    font-weight: bold;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif; 
}

.talk-tab-bar .talk-tab-active button {
    color: #000;
    border-bottom: 4px solid #000;
}

.talk-tab-bar .talk-tab button .talk-tab-count {
    padding: 0;
    color: #000;
    background: none;
    font-weight: bold;
    font-size: inherit;
    font-family: inherit;
}

.talk-tab-bar .talk-tab button .talk-tab-count::before {
    content: "(";
}

.talk-tab-bar .talk-tab button .talk-tab-count::after {
    content: ")";
}

.talk-plugin-infobox-info {
    padding: 0;
    font-size: 12pt;
    background: none;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
}

.talk-plugin-commentbox-button-container button {
    color: #111;
    border-radius: 0;
    background: none;
    border: 1px solid #ddd;
}

.talk-plugin-commentbox-button-container button:hover {
    color: inherit;
    background: inherit;
}

.talk-plugin-commentbox-button-container button:disabled {
    color: #ccc;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
}

.talk-stream-comment-wrapper {
    border-top: 0 none;
}

.talk-stream-comment-actions-container {
    margin-top: 15px;
}

.talk-stream-comment-actions-container button {
    color: #999;
}

.talk-plugin-respect-button i {
    display: none;
}