#colourChooserPageHolder {
    width: 80%;
}
.printHeader {
    font-size: 6pt;
    line-height: 12px;
}
.colourSectionTitle {
    width: 100%;
    border: none;
    margin-bottom: 20px;
}
.colourSectionTitleText {
    width: 49%;
    float: left;
}
.colourSectionTitleSwatch {
    width: 49%;
    height: 20px;
    float: right;
}
.colourSectionTitleText .colourNameTitle {
     display: inline;
 }
.colourPrintSwatch {
     display: inline;
 }
.colourPrintSwatch img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
#colourChooserLeft {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

#colourChooserRight {
    width: 100%;
    float:none;
    position: relative;
    margin-right: 2%;
}

#footer {
    display: none;
}
#colourChooserLegalText {
    display: none;
}
.noprint {
    display: none;
}
.doprint {
    display: inline;
}