/* downloader & beautifier */
#btfq.hidden {
    display: none;
}

.auto-hint {
color: #C0C0C0;
}

.input-text {
font-family: 'Ubuntu Mono',sans-serif;
font-size:1rem;
line-height: 1.5;
width: 100%;
}

.no-border {
border: 0;
}

/* downloads packages & plugins */

.popover{
    max-width: 600px;
    width: auto;
}

.popover-content {
    padding: 1px;
    font-size   : 8pt;
}

DIV#popover-body{
    margin : 0;
    padding : 0;

}

.distr{
    font-size: .9rem;
    font-weight: normal;
    margin-top: .5rem;
}

TD.comand{
    background: #dcdcdc;
    font-size: 10pt;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-weight:bold;
    vertical-align: middle;
    text-align: left;
}