* {
    margin:0;
    padding:0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

body {
    font-family: 'Palatino Linotype', 'Palatino', 'Book Antiqua', serif;
    font-size: 62.5%;
}

ul {
    list-style: disc;
    margin-top: 10px;
}

ol {
    list-style: decimal;
}

ul li, ol li {
    margin-left: 30px;
    margin-bottom: 3px;
}

ol li {
    margin-bottom: 12px;
}

dt {
    font-weight: bold;
    margin-top: 20px;
}

dd {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 5px;
}

p {
  margin: 20px 0;
}

blockquote {
  padding-left: 20px;
  font-style: italic;
}

#wrap {
    width: 600px;
    margin: 0 auto;
    font-size: 1.5em;
    padding: 20px;
}

#header {
    text-align: center;
    margin-bottom: 20px;
}

#header h1 {
    font-size: 1.8em;
}

#header h2 {
    font-size: 1.1em;
    font-weight: normal;
}

#project {
  margin-bottom: 40px;
}

#project h2 {
  font-size: 1.3em;
  margin: 30px 0 15px 0;
}

#project h3 {
  margin: 25px 0 10px 0;
}

.highlight {
  border: 1px solid #ddd;
  padding: 10px;
  overflow: hidden;
}

.download-button {
    background: #4F80BF;
    background: -moz-linear-gradient(0% 100% 90deg,#2F63A7, #4F80BF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4F80BF), to(#2F63A7));
    border: 1px solid #2F63A7;
    border-bottom: 1px solid #2B5A97;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 0 1px 0 0 #6D95CA;
    -webkit-box-shadow: inset 0 1px 0 0 #6D95CA;
    box-shadow: inset 0 1px 0 0 #6D95CA;
    color: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 20px;
    margin: 10px 0 0 0;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
}

.download-button:hover {
    background: #4776B3;
    background: -moz-linear-gradient(0% 100% 90deg,#2E5F9E, #4776B3);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4776B3), to(#2E5F9E));
    -moz-box-shadow: inset 0 1px 0 0 #688EC0;
    -webkit-box-shadow: inset 0 1px 0 0 #688EC0;
    box-shadow: inset 0 1px 0 0 #688EC0;
    cursor: pointer;
}

.download-button:active {
    border: 1px solid #2B5A97;
    border-bottom: 1px solid #538c27;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}

.download-button a {
    text-decoration: none;
    color: #fff;
}

.download-button em {
    display: block;
    margin-top: 8px;
    font-weight: normal;
    font-size: 0.5em;
}

.ios {
	background: #1E90FF;
}

.ios:hover {
	background: #1686F3;
}

.qr-img {
	width: 18em;
}

#tabs-3 {
	width: 18em;
}

#tabs {
	min-height: 30em;
}

#download {
    float: right;
    margin: 30px 0;
    width: auto;
}

#github {
    text-align: center;
    font-size: 0.9em;
    margin: 5px 0;
}