/* livelog */
#livelog {
background-color: #1F1F1F;
border: 1px dotted #AAAAAA;
color: #FFFFFF;
font-family: "Courier New",monospace;
height: 500px;
list-style: none outside none;
margin: 5px auto 15px;
max-width: 1500px;
overflow-y: auto;
padding: 9px;
text-align: left;
}
#regex {
color: #ffffff;
}
#regexok, #regexreset {
margin-top:20px;
width:70px;
}
div.colorPicker-picker {
border:1px solid #CCCCCC;
cursor:pointer;
display:inline;
font-size:0.75em;
font-weight:bold;
height:16px;
line-height:16px;
margin:3px;
padding:4px 8px;
text-align:center;
width:16px;
}
div.colorPicker-palette {
background-color:#1F1F1F;
border: 1px dotted #AAAAAA;
padding:2px;
position:absolute;
width:110px;
z-index:9999;
}
div.colorPicker_hexWrap {
float:left;
width:100%;
}
div.colorPicker_hexWrap label {
font-size:95%;
margin:5px 2px;
width:25%;
}
div.colorPicker_hexWrap input {
color:#ffffff;
border: 1px dotted #AAAAAA;
font-size:95%;
margin:5px 2px;
padding:0;
width:65%;
}
div.colorPicker-swatch {
border: 1px dotted #AAAAAA;
cursor:pointer;
float:left;
height:12px;
line-height:12px;
margin:2px;
width:12px;
}
/* livelog ende */