<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.target_content {
    margin: 0px;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

.details-content img {
    max-width: 100%;
}
#App {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100%;
    zoom: 1;
    flex: 1;
    background: #f0f0f0;
}

/*.layout1 {*/
/*    display: flex;*/
/*    width: 1200px;*/
/*    justify-content: space-between;*/
/*}*/</pre></body></html>