/* defines the widths of columns on download pages */

.dlcol1 {
    width: 40%;
}

.dlcol2 {
    width: 20%;
}

.dlcol3 {
    width: 10%;
}

.dlcol4 {
    width: 10%;
}

.dlcol5 {
    width: 20%;
}