div.list-item {
    width: 220px;
    display: inline-block;
}

div.list-item.label {
    width: 170px;
}

legend {
    background-color: #efefef;
    border: 1px solid #75736e;
}

body#licensing span {
    font-size: 120%;
}

/**
* The yellow warning box on the front page
*/
div.warning {
    border: 1px solid black;
    text-align: center;
    background-color: #ffa;
    padding: 5px;
    margin-top: 5px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: #aaa 1px 1px 15px;
    -moz-box-shadow: #aaa 1px 1px 15px;
    box-shadow: #aaa 1px 1px 15px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135);
    z-index: 98;
}

div.canvasfallback {
    border: 2px dashed red;
    background-color: #fee;
    width: 475px;
    height: 150px;
    text-align: center;
    padding-top: 50px;
}

/**
* The title "bar"
*/
div#title {
}

div#title div#image {
    float: left;
    margin-right: 15px;
}

div#title div#text {
    padding-top: 5px;
    margin-left: 70px;
}


div.warning p {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

        
div.description {
    border: 1px dashed gray;
    background-color: #eee;
    font-size: 75%;
    padding: 3px;
}

div#social {
    display: inline;
    display: inline-block;
}

.upgrade_notice {
    display: inline;
    display: inline-block;
    text-align: center;
    background-color: yellow;
    border: 1px black solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}


/***************************************************************************************
*                                                                                      *
* RGraph CSS classes.                                                                  *
*                                                                                      *
* These allow you to customise how tooltips and context menus will appear. To override *
* the CSS defined in the graph scripts, you may need to use  " ! important" like so:   *
*                                                                                      *
* font-weight: bold ! important                                                        *
*                                                                                      *
* You don't always need to use this, only if you're trying to override something which *
* the script sets.                                                                     *
*                                                                                      *
***************************************************************************************/

.RGraph_png {
}

.RGraph_tooltip {
}

.RGraph_contextmenu {
}

.RGraph_contextmenu_background {
}

.RGraph_contextmenu_item {
}

.RGraph_zoom_window {
}

.RGraph_zoomed_canvas {
}

.ModalDialog_background {
}

.ModalDialog_dialog {
}

.ModalDialog_topbar {
}