/* dcompass/src/xhtml/dcompass.css
 * 
 *  Copyright: ©2011, Güralp Systems Ltd.
 *  Author: Laurence Withers <lwithers@guralp.com>
 *  License: GPLv3
 */

#status_box {
    float: right;
    border: solid thin black;
    width: 300px;
}

#status_title {
    margin: 0;
    color: white;
    background: black;
}

#orientation {
    font-weight: bold;
}

.control {
    display: inline-block;
    margin: 0.5em;
    padding: 0.5em;
    vertical-align: top;
    width: 28%;
    border: solid thin black;
}

.control_header {
    margin: 0;
}

.error {
    color: red;
    font-style: italic;
}

/* vim: ts=4:sw=4:expandtab
*/
