﻿/* 
-----------------------------------------------
Define utility classes in here.

Before creating a new utility class, please consider
whether the class is absolutley neccessary - does what you
are trying to achieve really justify a globally accessible class
or could you do this better in a more specific css rule?
----------------------------------------------- 
*/

.hide, .hidcontent{display:none;}

@media print 
{
    .printhide
    {
        display:none;
    }
}