.box {
    position: relative;
    padding: 1em;
}

.red {
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#a90329', endColorstr = '#6d0019', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* W3C */
    color: #fff;
}

.green {
    background: rgb(3, 169, 41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(3, 169, 41, 1) 0%, rgba(2, 143, 34, 1) 44%, rgba(0, 109, 25, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(3, 169, 41, 1)), color-stop(44%, rgba(2, 143, 34, 1)), color-stop(100%, rgba(0, 109, 25, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(3, 169, 41, 1) 0%, rgba(2, 143, 34, 1) 44%, rgba(0, 109, 25, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(3, 169, 41, 1) 0%, rgba(2, 143, 34, 1) 44%, rgba(0, 109, 25, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(3, 169, 41, 1) 0%, rgba(2, 143, 34, 1) 44%, rgba(0, 109, 25, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#03a929', endColorstr = '#006d19', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, rgba(3, 169, 41, 1) 0%, rgba(2, 143, 34, 1) 44%, rgba(0, 109, 25, 1) 100%); /* W3C */
    color: #fff;
}

.blue {
    background: rgb(41, 3, 169); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(41, 3, 169, 1) 0%, rgba(34, 2, 143, 1) 44%, rgba(25, 0, 109, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(41, 3, 169, 1)), color-stop(44%, rgba(34, 2, 143, 1)), color-stop(100%, rgba(25, 0, 109, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(41, 3, 169, 1) 0%, rgba(34, 2, 143, 1) 44%, rgba(25, 0, 109, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(41, 3, 169, 1) 0%, rgba(34, 2, 143, 1) 44%, rgba(25, 0, 109, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(41, 3, 169, 1) 0%, rgba(34, 2, 143, 1) 44%, rgba(25, 0, 109, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2903a9', endColorstr = '#19006d', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, rgba(41, 3, 169, 1) 0%, rgba(34, 2, 143, 1) 44%, rgba(25, 0, 109, 1) 100%); /* W3C */
    color: #fff;
}

.yellow {
    background: rgb(255, 221, 17); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 221, 17, 1) 0%, rgba(255, 204, 0, 1) 44%, rgba(221, 160, 10, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 221, 17, 1)), color-stop(44%, rgba(255, 204, 0, 1)), color-stop(100%, rgba(221, 160, 10, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 221, 17, 1) 0%, rgba(255, 204, 0, 1) 44%, rgba(221, 160, 10, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 221, 17, 1) 0%, rgba(255, 204, 0, 1) 44%, rgba(221, 160, 10, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 221, 17, 1) 0%, rgba(255, 204, 0, 1) 44%, rgba(221, 160, 10, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffdd11', endColorstr = '#dda00a', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, rgba(255, 221, 17, 1) 0%, rgba(255, 204, 0, 1) 44%, rgba(221, 160, 10, 1) 100%); /* W3C */
    color: #fff;
}

.purple {
    background: rgb(169, 3, 169); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169, 3, 169, 1) 0%, rgba(143, 2, 143, 1) 44%, rgba(109, 0, 109, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169, 3, 169, 1)), color-stop(44%, rgba(143, 2, 143, 1)), color-stop(100%, rgba(109, 0, 109, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(169, 3, 169, 1) 0%, rgba(143, 2, 143, 1) 44%, rgba(109, 0, 109, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(169, 3, 169, 1) 0%, rgba(143, 2, 143, 1) 44%, rgba(109, 0, 109, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(169, 3, 169, 1) 0%, rgba(143, 2, 143, 1) 44%, rgba(109, 0, 109, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#a903a9', endColorstr = '#6d006d', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, rgba(169, 3, 169, 1) 0%, rgba(143, 2, 143, 1) 44%, rgba(109, 0, 109, 1) 100%); /* W3C */
    color: #fff;
}

.silver {
    background: rgb(229, 229, 229); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(221, 221, 221, 1) 44%, rgba(211, 211, 211, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 229, 229, 1)), color-stop(44%, rgba(221, 221, 221, 1)), color-stop(100%, rgba(211, 211, 211, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(221, 221, 221, 1) 44%, rgba(211, 211, 211, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(221, 221, 221, 1) 44%, rgba(211, 211, 211, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(221, 221, 221, 1) 44%, rgba(211, 211, 211, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e5e5e5', endColorstr = '#d3d3d3', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, rgba(229, 229, 229, 1) 0%, rgba(221, 221, 221, 1) 44%, rgba(211, 211, 211, 1) 100%); /* W3C */
}

.white {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}

.deviceDetails {
    padding-left: 64px;
}

.location {
    font-size: 1.2em;
    padding-bottom: 8px;
}

.locationClass {
    font-size: 0.9em;
    padding-bottom: 2px;
}

.status {
    font-size: 0.7em;
}

.corner_10 {
    position: absolute;
    width: 10px;
    height: 10px;
    background: url('/images/ui/corners_10.png') no-repeat;
    /*background: url('/images/ui/corners_15.png') no-repeat;*/
    /*background: url('/images/ui/corners_20.png') no-repeat;*/
}

.corner_15 {
    position: absolute;
    width: 15px;
    height: 15px;
    background: url('/images/ui/corners_15.png') no-repeat;
    /*background: url('/images/ui/corners_15.png') no-repeat;*/
    /*background: url('/images/ui/corners_20.png') no-repeat;*/
}

.corner_20 {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('/images/ui/corners_20.png') no-repeat;
    /*background: url('/images/ui/corners_15.png') no-repeat;*/
    /*background: url('/images/ui/corners_20.png') no-repeat;*/
}

.TL {
    top: 0;
    left: 0;
    background-position: 0 0;
}

.TR {
    top: 0;
    right: 0;
    background-position: 100% 0;
}

.BL {
    bottom: 0;
    left: 0;
    background-position: 0 100%;
}

.BR {
    bottom: 0;
    right: 0;
    background-position: 100% 100%;
}
