#applist {
    position: absolute;
    width: 100px;
    margin-left: 10px;
    padding-top: 62px;
}

#applist img {
    margin-left: auto;
    margin-right: auto;
    width: 64px;
}

#applist div.app.selected img {
//    width: 100px;
}

#applist div.app {
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
}

#page {
    width: 90%;
}


#main {
    width: auto;
    margin-left: 120px;
    margin-right: 120px;
}

div.copyright {
    font-size: small;
    float: right;
    margin-right: 120px; // main.margin-right
    margin-bottom: 2em;
}


#description img {
    float: right;
    margin-left: 1em;
}

#description h2 {
    font-size: medium;
}

#description h3 {
    font-size: medium;
	font-weight: normal;
	text-decoration: underline;
}


#full-version {
	padding: 0.1em 0.5em;
	background-color: #F1F3F6;
	border: 1px solid LightGrey;
}


div.screenshots-iphone {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 320px;
}

div.screenshots-ipad {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 768px;
}

div.slideshow-iphone {
    width: 320px;
}

div.slideshow-ipad {
    width: 768px;
}

div.separator {
    float: left;
    margin-right: 20px;
}

div.clear {
    clear: both;
}

#old-versions-hint {
    color: #1C67EA;
    text-decoration: none;
    outline: none; /* Firefox otherwise draws an ugly dotted border around active links */
    cursor: pointer;
}

#old-versions {
    cursor: pointer;
}

