﻿/* Remove unwanted elements */
.noprint, #main_header, #navigation, .right_panel, #footercontainer, .Home .column-4
{
    display: none;
}
div {
    overflow: visible;
}
/* Ensure the content spans the full width */
#main_header_content, #main_content, .main_panel_full, .main_panel, .centre_panel, .two_cols, .fullcol_special, .fullcol
{
    width: 100%; 
    margin: 0; 
    padding: 0; 
    float: none!important;
    clear: both!important; 
}

.Home .span-3, .Home .about-doxmart
{
    width:100%!important;
    float:none!important;
    clear:both;
}

.pnldoxmartprofile h2
{
    color: #27588E!important;
}


/*button problems

a.button, span.button 
{
    border:2px solid #ccc;
}
a.button.action, span.button.action 
{
    border:2px solid #366a31;
}
a.button span, span.button input, span.button button,
a.button.action span, span.button.action input, span.button.action button
{
    background-image:none;
}
.firefox span.button input, .firefox span.button button 
{
    padding:0!important;
}
*/

/* Change text colour to black (useful for light text on a dark background)
.lighttext
{
    color: #000 
} */

/* Improve colour contrast of links 
a:link, a:visited
{
    color: #781351
}*/
