.icon-close {
    cursor: pointer;
}
.icon-close:after {
    font-family: uwa-icons;
    content: "p";
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #AAA;
}
.icon-close:hover:after {
    color: #FFF;
}
