#output{
    color: #34495e;
    border: 1px solid #eee;
    background: #f8fafe;
    border-radius: 3px;
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0.75rem 0.5rem;
    text-align: center;
    margin-top: 0.75rem;
    display: none;
}

.night #output {
    border: 1px solid #444;
    background-color: #181a1b;
}

.outputdiv{
    width: 100%;
    height: 12.5rem;
}

.outputdiv img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.output_dowimg{
    margin-top: 0.75rem;
}

.output_dowimg span{
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #fff;
    border: 1px solid #eee;
    display: inline-block;
    width: 8rem;
    border-radius: 3px;
    cursor: pointer;
}

.night .output_dowimg span{
    background-color: #232627;
    color: #eee;
    border: 1px solid #444;
}