td .actions {
    white-space: nowrap;
}

td.actions .wb-frmvld {
    display: none;
}


.store-badge {
    width: 90%;
    max-width: 135px;
}

.metro-icon {
    width: 96px;
    height: 96px;
    margin: 2px;
}
.metro-icon:hover {
    margin: 5px;
    width: 90px;
    height: 90px;
    box-shadow: 0px 0px 4px hsla(0, 0%, 0%, .4);
}


form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}



.home-app-icon {
    max-height: 75px;
    max-width: 75px;
}

.desc:after {
    display: inline-block;
    content: '\00bb';
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 5px;
}

.asc:after {
    display: inline-block;
    content: '\00bb';
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-left: 5px;
}