html,
body {
	height: 100%;
}

body {
	padding: 0;
	text-align: center;
}

.wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	width: 100%;
	height: 100%;
}

.content {
	margin: 0 50px 15px;
	width: 820px;
}
@media all and (max-width: 920px) {
    .content {
        margin: 0 0 15px;
        width: 400px;
    }
}

.border-bottom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.padding-top {
    padding-top: 20px;
}
br.hidden {
    display: none;
}

@media all and (max-width: 920px) {
    br.hidden {
        display: block !important;
    }
}

.head {
	padding-bottom: 5px;
}

.r {
    display: block;
    float: right;
    width: 0;
    height: 0;
}
.x {
    display: block;
    color: #aaa;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -15px;
    right: 58px;
    width: 50px;
}
.x:hover .h {
    color: #aaa;
}
.h {
    color: white;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: -2px;
}

.flight {
    display: none;
    font-size: 12px;
    padding-bottom: 15px;
}
.flight a {
    font-weight: bold;
    text-decoration: none;
}

.build {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
}
@media all and (max-width: 920px) {
    .build {
        margin-right: 0;
    }
    .build:after {
        content: "\A";
        white-space: pre;
    }
}

.fast .build {
    color: #dc143c;
}
.medium .build {
    color: #ff8c00;
}
.slow .build {
    color: #228b22;
    margin-right: 0;
}
.rtm .build {
    color: #29548b;
    margin-right: 0;
}
.vnext .build {
    color: #824e8b;
    margin-right: 0;
}

.row {
	margin: 0;
}

.entry {
	display: inline-block;
	float: left;
	margin-bottom: 20px;
}
.entry:first-child {
	margin-right: 20px;
}

.entry a {
	color: #333;
	display: block;
	margin: 0 auto;
	text-decoration: none;
}
.entry a .inner {
	border: 1px solid transparent;
	padding: 15px 10px 10px;
	width: 400px;
	height: 145px;
}
.entry a .inner:hover {
	border: 1px solid #ededed;
	border-radius: 0;
	background-color: #f5f5f5;
}
.entry a .inner h3 {
	margin: 0 0 10px;
}
.entry a .inner:hover h3 {
	color: #23527c;
}

.spacer {
	display: block;
	height: 10px;
}
.spacer-half {
    display: block;
    height: 8px;
}
.spacer-half-half {
    display: block;
    height: 4px;
}

.foot {
	padding-top: 10px;
}

.copy {
	color: #ccc;
	display: block;
	font-size: 13px;
	padding-top: 5px;
}

.twitter {
    display: block;
    margin-top: 10px;
}
