.content {
    background:url(/static/img/v1/download/background_wave_bg_70trans.png) -40px 0px no-repeat;
}
.content .edition {
    font-size:1.4em;
    font-weight:bold;
    line-height:1.4em;
}
.content #tabs div {
    line-height:1.6em;
}
.content .fineprint {
    line-height:1.6em;
}
.light {
    color:#909090;
}
.box, #tree {
    background-color:#fafafa;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.31);
    -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.31);
    box-shadow:0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.31);
}
.switcher {
    padding-bottom:1em;
    line-height:1.6em;
}
.file-box {
    padding: 20px;
    border: 1px solid #AAAAAA;
}
.file-box div {
    line-height:1.6em;
}
.notes {
    padding:1em;
    line-height:1.6em;
    background-color:#F7E9BA;
}
.nav li a {
    text-decoration:none;
}
.parent_items {
    padding:1em;
    line-height:1.3em;
    border:1px solid #f0f0f0;
    margin-bottom:1em;
}
.child_items {
    /* child is inside of parent, i.e. styles from parent are inherited */
    position:relative;
    margin-left:1.2em;
    margin-top:.5em;
    padding:.2em;
    border:1px solid #fafafa;
    border-bottom:1px solid #f0f0f0;
}
.child_items:hover {
    background-color:#efefef;
    border:1px solid #dfdfdf;
}
.child_items .download_button {
    position:absolute;
    top:5px;
    right:7px;
    padding:5px;
}
.instructions {
    background-color: #eff8fb;
}
.instructions tr {
    vertical-align:top;
}
.instructions td a {
    color:#06c;
}
.logo-container {
    position: absolute;
    right: 100px;
}

/* for update popput info */
.update-popout {
	height: 48px;
	width: 48px;
	position: absolute;
    right: 20px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.update-popout img {
	border-radius: 50%;
	margin: 8px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.update-popout img:hover {
	margin: 0px;
	box-shadow: 6px 6px 4px 4px rgba(0,0,0,0.3);
}

/* for update popput info */
.update-popout2 {
	position: absolute;
    right: 20px;
}
.update-popout2 img {
	margin: 8px;
}
.update-popout2 img:hover {
	margin: 0px;
}