#pyw-console-panel {
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: black;
    font-family: Tahoma,Verdana,sans-serif;
    z-index: 89000;
}
#pyw-console-panel.top {
    top: 8px;
    bottom: unset;
}

#pyw-console-panel .console-panel-content {
    padding: 8px;
    border-radius: 5px;
    background-color: #e3e3e7;
    opacity: 0.9;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
    z-index: 88850;
    float: right;
    max-width: 97%;
    min-width: 280px;
}

#pyw-console-panel .console-panel-topics {
    max-width: 152px;
    display: inline-block;
}

#pyw-console-panel .console-panel-trigger {
    width: 40px;
    height: 40px;
    background: #e3e3e7 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" fill="%23333"><rect ry="1.014" y="4" height="3" width="32"/><rect ry="1.014" y="11" height="3" width="32"/><rect ry="1.014" y="18" height="3" width="32"/><rect ry="1.014" y="25" height="3" width="32"/></svg>') no-repeat scroll center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
    border: 2px solid #c5c5c5;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}

#pyw-console-panel .cp-control {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    cursor: pointer;
    margin-left: 8px;
    float: right;
    border: 1px solid #ccc;
    font-weight: bold;
    padding-left: 5px;
    line-height: 17px;
}

#pyw-console-panel .cp-move-up {
    padding-bottom: 5px;
    padding-left: 4px;
}

#pyw-console-panel .cp-title {
    line-height: 24px;
    height: 25px;
    border-bottom: 1px solid grey;
}

#pyw-console-panel .cp-content {
    min-height: 50px;
    overflow-y: auto;
}

#pyw-console-panel .cp-item {
    padding: 4px 0;
    word-break: break-all;
}

#pyw-console-panel .cp-item:nth-child(odd) {
    background-color: #dcdcde;
}
