.micro {
    color: #aaa;
    background: #000;
    position: relative;
    font-family: FreeMono, monospace;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    border: 1px solid #000;
}
.micro .title, .micro .footer .key, .micro .message span, .micro .cursor {
    background-color: #fff;
    color: #000;
    padding-bottom: 2px;
}
.micro .cursor.inactive {
    padding-bottom: 0px;
}
.micro .footer {
    position: absolute;
    bottom: 0;
}
.micro .matrix, .micro .matrix .line {
    float: left;
}
.micro .matrix .line {
    height: 14px;
    overflow: hidden; /* lines can have more spans when there are tabs */
}
.micro .line span {
    display: block;
    float: left;
}
.micro .cursor.inactive {
    background-color: #000;
    border: 1px solid green;
}
.micro footer {
    height: 28px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*
.micro .clipboard {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
}
*/
.micro .spacer {
    float: left;
}
.micro .spacer .clipboard, .micro .spacer input {
    opacity: 0.01;
    filter: alpha(opacity = 0.01);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.01);
    outline: none;
    float: left;
    border: none;
    height: 14px;
    padding: 0;
}
.micro .message {
    position: absolute;
    left: 50%;
    bottom: 27px; /* 34px; */
}
.micro .message span {
    height: 14px;
    float: left;
    position: relative;
    left: -50%;
}
