﻿
table
{
    clear:both;
}

table td
{
    padding:10px;
}

table th 
{
    padding:0px 10px 10px 10px;
}


/* add_question.aspx */

form ul li td label
{
    display:inline;
    float:none;
}


/* mydata.aspx*/

div.toolbox
{
    padding:10px;
    background-color:#ccc;
    margin-bottom:20px;
    min-height:19px;
}


/* question.aspx */

table#gv_answer
{
    margin-bottom:20px;
}

div.graph_container
{
    width:100px;
    height:20px;
    background-color:#DEE4E6;
}

div.graph
{
    height:20px;
    background-color:#404040;
}