/**
 * @file        display.css
 * @brief       Overrides for desktop computers
 * @since       27 Mar 11
 * @version     0.01
 *
 * @details
 *      - Syntax recommendation http://www.w3.org/TR/REC-CSS2/
 *      - Dealing with mobile frustration: http://www.alistapart.com/articles/return-of-the-mobile-stylesheet
 *
 */

body    {
     width:             960px;      /* active page area -- formatted for 1024x768 */
     margin:            auto;       /* centers the active page area in the screen */

     /*background-color:  silver;   /* << uncomment to make sure you have the correct CSS */
}

.main    {
    padding-top:    10px;
    padding-bottom: 20px;
    
}

table   {
    /*min-width:  65%;	--Adrian - purpose???*/
}

th,
td  {
    padding-left:   0.5em;
    padding-right:  0.5em;
}

select{
    min-width: 25%;
}


.float-left,
.float-right    {
    clear:  none;
}

.filter-form    {
    margin: .25em 25%;
}

.three-line-middle{
    margin: 1em 0;
}

.submit-button{
    margin:     .5em 0;
    clear:      both;
    min-width:  100%;
    height:     2.5em;
}

