@charset "utf-8";

@media only screen and (min-width: 1280px) {
#page {
display: flex;
width: 1280px;
}

#header {
flex: 50%;
width: 570px;
position: fixed;
}

#content {
flex: 50%;
margin-left: 650px;
}

.downloadTitle {
margin-bottom: 60px;
}

.downloadTitle h2 {
font-size: 66px;
}

.troubleshootingNote {
display: block !important;
}

.troubleshootingNoteBottom {
display: none;
}
}
