.support-attachment {
    font-size: 0;
    letter-spacing: 0;
}
.support-attachment li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px 0 5px;
    background-color: #f6f6f6;
    border: 1px solid #f3f3f3;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    position: relative;
}
.support-mail-content {
    height: 300px;
    overflow-y: auto;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
    background-color: #f6f6f6;
    padding: 15px;
}
.support-attachment li span {
    display: block;
    font-size: 11px;
	color:#8c8c8c;
}
.support-attachment li a {
    float: right;
    position: absolute;
    top: 0px;
    right: 5px;
}