.centered {text-align: center;}
.ui-li-has-count .ui-li-count {font-size:16px;}
table {font-size: smaller;}
.ui-page { 
    background: url('../images/bg.gif') repeat scroll 0 0 transparent;
}
.hint  {
    font-size:smaller;
    color: #FFFFFF;
    display:inline;
}
label.ui-input-text {
    font-size:smaller;
}
#common_chart {
    width:100%; 
    height:200px;
    position:relative;
}

.ui-table-columntoggle-btn {
    margin-bottom: 0.3em;
    margin-top: -0.8em;
}

@media all and (min-width:400px) {
    .left-content {
        float:left;
        width:48%;
    }

    .right-content {
        float:right;
        width:48%;
    }

    #common_chart {
        width:100%; 
        height:150px;
        position:relative;
    }

}

@media all and (min-width:600px) {
    .left-content {
        float:left;
        width:48%;
    }

    .right-content {
        float:right;
        width:48%;
    }

    #common_chart {
        width:100%; 
        height:460px;
        position: relative;
    }


}

.jqplot-target {
    color: #ffffff;
}


.table-stroke thead th, .table-stroke tbody th, .table-stroke tbody td {
    text-align: center;
}


#common_input_value {
    font-size:2.1em;
}

#common_input_label {
    font-size:smaller;
}


#common_input_list {
    margin: 0;
}

.ui-table {
    position: relative;
}


#footer {
    position: relative;
    text-align: center;
}

#online_link {
    text-align: center;
    font: bold italic smaller Palatino, serif;
}

p {
    font-weight: bold
}

.email {
    font-style:italic;
    font-size: smaller;
}