* {margin:0; padding:0; font:bold 100% 'Syncopate'; }
#setup { width: 300px;
    padding-left: 1em;
    float:left;}
#setup input {width: 18ex;}
#setup .title {
    -moz-transform:rotateZ(-270deg);
    -webkit-transform:rotateZ(-270deg);
    -ie-transform:rotateZ(-270deg);
    -o-transform:rotateZ(-270deg);
    transform:rotateZ(-270deg);
    left:-4em;
    line-height:0;
    position:relative;
    top: 4em;
    width: 7em;
}
#setup ul {
    list-style: none;
}
h1 {font:150% Arial;}
#remote{width:480px;
    margin:0 auto;}
#whatson {margin-bottom:1em;
    min-height:10EM;
    text-align:center;}
#devices .active {color: #0f0;}
button {min-width:8ex;
    height:40px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888;
    background: -moz-radial-gradient(center top , ellipse farthest-corner, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) #888;
    cursor: pointer;
    overflow:hidden;
    }
#control button {width:62px;}
#command button {width:72.6px;}
.group {margin-bottom:.5em;}
#command button {color:black; background-color:#88F;}
button#power {background-color: #F88;}
#colors {width:5em;
    float: left;
    text-align:center;}
#colors button {min-width: 0;
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 25px;
    width: 50px;}
#arrows {width:200px;
    float:right;
    position:relative;
    top:-200px;
    height: 0;
    text-align:center;}
#red {background:red;
    color:transparent;}
#green {background:green;
    color:transparent;}
#yellow {background:yellow;
    color:transparent;}
#blue {background:blue;
    color: transparent;}
.numbers {margin-left: 5em;
    display:block;
    width:13em;}
.numbers button {
    border-radius: 10px;
}
label {display:none;}
#arrows button{
    background-color: #FF8;
    border: 4px solid #FFA;
    min-width:0;
    height: 60px;
    font-size:200%;
    overflow: hidden;
    width: 60px;}
#right {
border-radius: 0 30px 30px 0;}
#left {
    border-radius: 30px 0 0 30px;}
#down {
    border-radius: 0 0 30px 30px;}
#up {
    border-radius: 30px 30px 0px 0px;}
#select {
    border-radius: 30px;}
script{ display:none; 
