/*
    These are css rules that had to be excluded from css files that were affected by yui compressor
    which was breaking them by removing whitespaces around operators
*/
#retrieveEmailComponent {
    /* 100% minus height of both header and footer */
    height: calc(100% - (20px + 19px));
}