html {
    background-color: black;
}

body {
    font-size: 16px;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 22px;
}

html, body {
    height: 100%;
    margin: 0px;
}
.content {
    background-color: #111111;
    min-height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1024px;    
    text-align: center;
}

.logo {
    margin-top: 16px;
}

.logo, .screenshot {
    width: 100%;
}

.info {
    text-align: left;
    padding-bottom: 24px;
}

.item {
    margin-bottom: 24px;
}

.item.last {
    margin-bottom: 0px;
}

.header {
    font-weight: bold;
    margin-bottom: 14px;
}

.header_main {
	font-weight: bold;
	font-size: 150%;
    margin-bottom: 30px;
}

a {
    color: orange;
}

.scr_table {
    display: table;
    width: 100%;
}

.scr_cell {
    display: table-cell;
    width: 50%;
}

.scr_padding {
    display: table-cell;
    width: 16px;
    min-width: 16px;
}

.in_item {
    padding-left: 8px;
    padding-right: 8px;
}

.in_item.changelog {
    max-width: 800px;
}

.scr_cell.large {
    width: 65%;
}

.scr_cell.small {
    width: 35%;
}

.in_item.small {
    font-size: 14px;
    padding-bottom: 16px;
}

.video_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.partially {
	display: inline;
	color: yellow;
}

.done {
	display: inline;
	color: green;
	text-decoration: line-through;
}
