﻿div.manufacturer
{
    clear:both;
    background-color:#ececec;
    padding:2px 0px 3px 10px;
    margin-bottom:5px;
}

div.manufacturer h1
{
    font-size:1.8em;
    padding:0px;
    margin:0px;
    text-transform:uppercase;
}

div.device:hover
{
    background-color:#eeeeee;
}

div.device
{
    float:left;
    width:130px;
    height:150px;
    border-bottom:dotted 1px #909090;
    padding:5px;
    position:relative;
    margin:3px 0 2px 3px;
    text-align:center;
}

div.device img
{
    max-height:100px;
    max-width:100px;
    margin-top:5px;
}

div.device h2
{
    font-weight:bold;
    color:Blue;
    clear:both;
    text-align:center;
    padding:0px;
    margin:0px;
    font-size:1.3em;
}

div.os
{
    position:absolute;
    bottom:3px;
    font-size:1.2em;
    width:130px;
    text-align:center;
    left:0px;
    
}

div.footnote
{
    clear:both;
    padding:10px;
    border-top:solid 1px #aaaaaa;
}