/*
    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
*/

#resourcesbarcomponent span.value {
    width: calc(100% + 30px);
}