@charset "UTF-8";

body#css_for_obs {
    background-color: transparent;
    overflow: hidden;
}
#css_for_obs #tool_bar {
    background-color: rgba(0,0,0,0.95);
    color: #fff;
    text-align: left;

    /*margin-left: 10px;*/

    cursor: default;

    top: 0px;
    right: auto;
    left: 7px;

    border-radius: 5px;
}
#css_for_obs .kk_come {
    display: none;
}

#css_for_obs img.lang_sticker {
    height: 1.375em;
    width: auto;
}

#css_for_obs #output {
    font-size: 1.3rem;
    padding-top: 2.5rem;
}

#css_for_obs #announcements {
    color: #212529;
}

#css_for_obs .kk_time {
    display: none;
}

/*#css_for_obs .output_lines {
    padding: 5px 10px;
}*/

#css_for_obs #tool_bar {
    font-size: 1.1rem;
}