.row {
    margin-top: 15px;
    margin-bottom: 15px;
}
h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
}

.input-group-addon {
    margin: 5px;
    margin-right: 15px;
}

.dropdown-item {
    padding-left: 40px !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #e30613 !important;
    background-color: transparent !important;
}

#xmllog #log-text {
    min-height: 400px;
}