
body {
    /*
    background-color: white;
    background-image: url('wicket-logo.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 96% 96%;
    
    

    

    */
    color: #6F6F6F;
    font-size: 11pt;
    line-height: 1.5em;
    font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
    padding: 0px;
    margin: 0px;    
}

.pageContent {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.padded{
    padding:10px;
}

.leftContent {
    display: table-cell;
    width: 320px;
    padding: 10px;
    /*
    
    min-width: 400px;*/
    /*padding: 10px;*/
    /*max-width: 400px;*/
}

.mainContent {
    /*
    float:left;
    position: relative;
    margin-left: 420px;
    display: table-cell;
    */
    /*min-width: 600px;*/

    /*padding: 10px;
    vertical-align: top;*/
    /*display: table-cell;*/
    width: 100%;
    /*vertical-align: top;*/
    padding: 10px;
}

.rightContent {
    display: table-cell;
    width: 300px;
    padding: 1em;
}

#footer{
    /*clear:both;*/
}
/*
.content{
    padding: 10px 0px 0px 10px;
}
*/
.ui.inverted.orange.header{
    background-color: #E96633;
}

.feedbackPanel{
    -webkit-padding-start: 0px;
}

.feedbackPanel li{
    /*max-width: 750px;*/
    list-style: none;
}

a {
    color: #6F6F6F;
    text-decoration: none;
}
a:hover{
    color: #2C2C2C;
}

table{
    width:100%;
    font-size:0.9em;
}

.nowrap{
    white-space: nowrap;
}
/*
h2 {
        font-size: 1.25em;
}

h3 {
        font-size: 1em;
}

a {
        color: #6F6F6F;
        text-decoration: underline;
}

img {
        border: none;
}

pre {
        font-family: 'Lucida Sans', 'Helvetica', 'Sans serif', 'sans';
}

th {
        background: #C3C3C3;
        color: white;
        font-weight: bold;
        padding: 2px 10px;
}

tr{
    padding: 3px 15px;
}

tr.b {
        background: #F5F5F5;
}

tr.a {
        background: #E6E6E5;
}

tr.none {
        background: transparent;
}

a.none {
        background: transparent;
        padding-right: 0px;
}
*/