@CHARSET "UTF-8";

.menu {
    width: 100% !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
}

.content {
    background-color: white;
}

.content .container {
    width: 100% !important;
    padding-bottom: 30px;
}

.logBox {
    background-color: #EEEEEE;
    height: 100px;
    margin-top: 5px;
    border-radius: 4px;
    padding: 5px 10px;
    overflow-y: auto;
}

button.btn {
    outline: none !important;
}

