﻿.anexoslist-item-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.anexoslist {
    width: 100%;
}

.anexoslist-item-ext2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anexoslist-item-label {
    font-size: 14px;
    font-weight: 400;
    max-width: 194px;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.anexoslist-item-ext {
    font-size: 11px;
    font-weight: 400;
    width: 194px;
    display: inline-block;
}

.anexoslist-item-box {
    display: inline-block;
    width: 100%;
    height: 40px;
    vertical-align: top;
    font-weight: 400;
}

.anexoslist-item {
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
}

.anexoslist-item-boxsize {
    width: 100%;
}
