#divDevices .tblDevicesContainer
{
    width:100%;
}

#divDevices .tblDevicesContainer th
{
    text-align:left;
    border-bottom:solid 1px #b5b5b5;
    padding:10px 0px;
}
#divDevices .tblDevice
{
    margin:5px 3px;
    font-size:11px;
    color:Black;
    width:120px;
    height:120px;
    float:left;
    text-align:center;
    background:transparent url(../images/mobile-Frame.jpg) no-repeat 0 0;
}
