body {
    font-size: 14px;
    font-family:'Source Sans Pro', sans-serif;
    background-color: #333 !important;
}
.hidden {
    display: none;
}
.hassle-hidden {
    opacity: 0;
    pointer-events: none;
}
.hassle-logo {
    position: absolute;
    top: 4px;
    right: 10px;
    /*font-family: 'Inconsolata', "Lucida Console", Monaco, monospace;*/
    font-family: 'Inconsolata', sans-serif;
    font-size: 26px;
    color: #fff;
    z-index: 50;
    padding: 0px 8px 4px 8px;
    border-bottom: 1px solid #0073b1;
}
.hassle-wrapper {
    width: 644px;
    height: 484px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transition: opacity 1s;
}
.hassle-wrapper.centered {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.hassle-output-holder {
    background-color: #000;
    color: #fff;
    height: 480px;
    max-height: 480px;
    width: 700px;
    max-width: 700px;
    zzbox-sizing: border-box;
    position: relative;
    border: 2px solid #999;
}
.hassle-output {
    font-size: 12px;
    /*font-family: 'Inconsolata', "Lucida Console", Monaco, monospace;*/
    font-family: 'Inconsolata', sans-serif;
    position: absolute;
    bottom: 32px;
    height: auto;
    width: 700px;
    max-height: 448px;
    max-width: 700px;
    word-wrap: break-word;
    box-sizing: border-box;
    overflow-y: scroll;
    padding: 2px;
}
.hassle-output-line {
    display: block;
    min-height: 12px;
    clear: both;
    word-wrap: break-word;
    white-space: nowrap;
}
.hassle-output-line:after {
   content: "";
   display: block;
   clear: both;
}

.hassle-output-timestamp {
    display: inline-block;
    float: left;
    width:46px;
    padding-left: 2px;
}
.hassle-output-timestamp-bracket {
    color: #7492D0;
    font-weight: 700;
}
.hassle-output-text {
    display: inline-block;
    float: left;
    word-wrap: break-worad;
    white-space: nowrap;
    zzmax-width: 578px;
    zzmax-width: calc(100% - 58px);
    zzmax-width: 575px;
    line-height: 13px;
}
.hassle-output-text-grey {
    color: #999;
}
.hassle-output-text-blue {
    color: #0073b1;
}
.hassle-output-text-generic {
    font-weight:400;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.hassle-output-text-error {
    color: #FF2A00;
}
.hassle-output-text-green {
    color: #ADFF2F;
    color: #00FA9A;
}
.hassle-output-text-cyan {
    color: #96f2f2;
}
.hassle-output-text-red {
    color: #bf3222;
}
.hassle-output-text-purple {
    color: #551A8B;
    color: #813fbf;
}
.hassle-output-sys-header {
    display: inline-block;
    float: left;
    padding-right: 8px;
}
.hassle-output-sys {
    display: inline-block;
    clear: both;
}
.hassle-output-banner {
    color: #0073b1;
    font-weight: 700;
}
.hassle-output-names-holder {
    display: inline-block;
    height: auto;
}
.hassle-output-names {
    display: inline-block;
    box-sizing: border-box;
    width: 75px;
    padding-left: 8px;
    float: left;
    height: auto;
}
.hassle-output-link {
    text-decoration: none;
    color: #fff;
}
.hassle-output-link:hover {
    text-decoration: underline;
    color: #fff;
}
.hassle-output-link:active {
    text-decoration: underline;
    color: #fff;
}

.hassle-status {
    box-sizing: border-box;
    height: 16px;
    width: 700px;
    overflow: hidden;
    background-color: #0073b1;
    position: absolute;
    bottom: 16px;
    font-size: 12px;
    /*font-family: 'Inconsolata', "Lucida Console", Monaco, monospace;*/
    font-family: 'Inconsolata', sans-serif;
    line-height: 16px;
}
.hassle-status-item {
    display: inline-block;
    float: left;
    width: 128px;
    box-sizing: border-box;
}
.hassle-status-left {
    padding-left: 4px;
}
.hassle-status-centered {
    text-align: center;
}
.hassle-status-right {
    text-align: right;
    padding-right: 8px;
}
.hassle-status-black {
    color: #000;
    font-weight: 700;
    font-size:14px;
    position: relative;
    top: 1px;
}
.hassle-status-nick {
    font-weight: 700;
}
.hassle-status-channel {
    font-weight: 700;
}
.hassle-status-time {
    font-weight: 700;
}
.hassle-input {
    font-size: 12px;
    /*font-family: 'Inconsolata', "Lucida Console", Monaco, monospace;*/
    font-family: 'Inconsolata', sans-serif;
    line-height: 20px;
    box-sizing: border-box;
    height: 16px;
    width: 700px;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
}
.hassle-input-prompt {
    display: inline-block;
    font-size: 9px;
    line-height: 10px;
    font-weight: 700;
    padding-left: 4px;
    padding-right: 3px;
    width: 13px;
    box-sizing: border-box;
    position: relative;
    bottom: 3px;
}
.hassle-input-area {
    display: inline-block;
    height: 16px;
}
.hassle-input-text {
    display: inline-block;
    width: 626px;
    height: 14px;
    padding: 0px;
    outline: none;
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    /*font-family: 'Inconsolata', "Lucida Console", Monaco, monospace;*/
    font-family: 'Inconsolata', sans-serif;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
}
.hassle-input-text:focus {
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #fff;
}
::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    border: 4px solid transp$arent;
    background-clip: content-box;
    background-color: #0073b1;
}
::-webkit-scrollbar-corner {
    -webkit-appearance: none;
}

.hassle-options {
    width: 275px;
    height: 166px;
    border: 2px solid #333;
    line-height: 30px;
    font-size: 14px;
    background-color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    border: 2px solid #999;
}
.hassle-options-title {
    height: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    color: #fff;
    padding-top: 5px;
    padding-left: 5px;
    background: linear-gradient(to bottom, #0090de, #005b8c);
}
.hassle-options-content {
    padding: 8px;
    background: linear-gradient(to bottom, #ededed, #fff);
}
.hassle-options-label {
    display: inline-block;
    width: 75px;
}
.hassle-options-input {
    box-sizing: border-box;
    width: 150px;
    padding-left: 2px;
}
.hassle-options-button-holder {
    padding-top: 4px;
    text-align: center;
}
