[class^="icon-"], [class*=" icon-"] {
    background-image: none;
}

.table .btn-group {
    opacity: 0.2;
}

.table tr:hover .btn-group {
    opacity: 1.0;
}

#wiswidget {
    background-color: #e0e0f0;
    border-radius: 4px;
    width: 100%;
}

#demo {
    position: relative;
}

#status {
    position: absolute;
    right: 100px;
    top: 180px;
    z-index: 1000;
}

#log {
    margin-top: 20px;
    max-height: 200px;
    overflow: auto;
}

.collapseable .toggle {
    float: right;
    color: #505050;
    text-decoration: none;
}

.collapseable .toggle:hover {
    color: #505050;
    text-decoration: none;
}