.csslint-indicator {
    bottom: 4px;
    cursor: pointer;
    float: left;
    font-size: 200%;
    position: relative;
}

.csslint-indicator .icon-check{
    color: green;
}

.csslint-indicator .icon-attention {
    color: orange;
}

.csslint-panel {
    background: url("../../themes/default/editor/gutter-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 25px;
    height: 150px;
    margin-right: 10px;
    overflow: auto;
    padding: 0 0 5px 10px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10;
}

.csslint-panel-close {
    cursor: pointer;
    font-size: 150%;
    position: fixed;
    right: 30px;
    bottom: 150px;
    z-index: 1;
}

.csslint-table td {
    border: 0;
}

.csslint-table .line-number {
    cursor: pointer;
    width: 35px;
}

.csslint-table .line-number, .csslint-table .message {
    cursor: pointer;
}
/* Options tables */
.csslint-options {
    width: 260px;
    display: inline-table;
}
.csslint-options tr label {
    width: 100px;
}
.csslint-options th label {
    width: 200px;
}
.csslint-options tr select, .csslint-options tr input {
    display: inline;
}
.settings-csslint a {
    color: white;
}