﻿/* DOWNLOAD MANAGER - COMPETITIONS */
/* Stylesheet to hide other download categories */
/* Only display class .dm9 */

/* Classes */

.dm1,
.dm2,
.dm3,
.dm4,
.dm5,
.dm6,
.dm7,
.dm8,
.dm10,
.dm11,
.dm12,
.dm13,
.dm14,
.dm15
{
    display:none;
}
