body {
    background-color: white;
    color: black;
    /*
    padding: 0px;
    margin: 0px;
    */
}

h1.dvrshows {
    background: transparent url(../images/dvrshows/PhoneIcon.png) no-repeat scroll left center;
    padding-left: 62px;
}

a.header {
    margin-left: 45px;
    margin-right: 50px;
}

a.showhide {
    font-size: 80%;
    float: right;
}

a.title {
    text-decoration: none;
    outline-style: none;
    outline-color: black;
}

a.title:link {
    color: black;
}

a.title:visited {
    color: black;
}

a.title:hover {
    color: black;
}

div.choice {
}

div.header {
    background-color: lightgray;
    margin: 0px auto;
    margin-bottom: 20px;
    position: relative;
    width: 90%;
    padding: 10px;
    font-size: larger;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}

div.footer {
    background-color: lightgray;
    font-size: small;
    margin: 0px auto;
    margin-top: 20px;
    position: relative;
    width: 90%;
    padding: 10px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}

div.content {
    background-color: lightgray;
    margin: 0px auto;
    position: relative;
    width: 90%;
    padding: 10px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}

div.section {
    background-color: white;
    padding: 10px;
    margin: 7px;
    margin-top: 15px;
    border: black ridge thin;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}

div.showhide {
    display: none;
    position: absolute;
    width: 90%;
    border: 1px solid black;
    margin: 5px;
    padding: 8px;
    background-color: white;
    z-index: 300;
}

div.device {
    float: right;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.clear {
    clear: both;
}

p.top {
    float: right;
    margin-top: 2px;
}

p.sectiontitle {
/*    float: left; */
    font-size: larger;
    font-weight: bold;
    margin-top: 2px;
}

img.appstore {
    border: none;
    vertical-align: baseline;
}

img.screen {
    float: right;
    margin-left: 20px;
    border: 5px solid black;
    width: 320px;
    height: 460px;
}

img.screenl {
    float: right;
    margin-left: 20px;
    border: 5px solid black;
    width: 460px;
    height: 320px;
}

img.pscreen {
    float: right;
    margin-left: 20px;
    border: 5px solid black;
    width: 512px;
    height: 374px;
}

img.icon {
    vertical-align: baseline;
    margin-right: 7px;
    border: none;
}

img.smicon {
    vertical-align: baseline;
    margin-right: 7px;
    border: none;
    width: 40;
    height: 40;
}

div.icon {
    vertical-align: baseline;
}

span.button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: rgb(58,58,58);
    font-size: 9pt;
    font-weight: bold;
    font-family: sans-serif;
    padding: 6px 7px 7px 7px;
    vertical-align: 25%;
    text-shadow: -0.7px -0.7px 0px black;
}

span.add {
    font-size: 16pt;
    padding: 2px 9px 4px 9px;
    vertical-align: 0%;
    color: white;
}

span.title {
    font-size: 46pt;
}

span.smtitle {
    font-size: 32pt;
}

span.tivo {
    font-weight: bold;
}

span.apple {
    font-weight: bold;
    color: darkgray;
}

span.menu {
    font-weight: bold;
    font-style: italic;
}

.new {
    font-weight: bold;
}

test {
    color: #f80;
    background-color: hsl(240,100%,50%);
}
