/* ==========================================================================
   RESETS
   ========================================================================== */
   
ul {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

a img, a:hover img, a:active img, a:visited img {
	border: none !important;
}

div {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   FONT DECLARATIONS
   ========================================================================== */
   
@font-face {
	font-family: 'Miso-Light';
	src: url('http://www.supertop.co/unread/fonts/2988B1_0_0.eot');
	src: url('http://www.supertop.co/unread/fonts/2988B1_0_0.eot?#iefix') format('embedded-opentype'),
		   url('http://www.supertop.co/unread/fonts/2988B1_0_0.woff') format('woff'),
		   url('http://www.supertop.co/unread/fonts/2988B1_0_0.ttf') format('truetype');
}
  
/* ==========================================================================
   GENERAL STYLES
   ========================================================================== */


body, html {
  font-size: 32px;
  line-height: 1.65em;
  font-family: 'Whitney SSm A', 'Whitney SSm B'; 
  min-height: 100%;
  background: #f8f8f8;
  color: #333;
  text-align: center;
  margin: 0 auto;
  -webkit-text-size-adjust: none;
}

body {
  padding: 3em 0;
  width: 100%;
}

div, p, ol, ul, table, tr, td {
	width: 100%;
	word-wrap: break-word !important;
  word-break: normal;
}
    
img {
    max-width: 100% !important;
}

em, i {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
    font-weight: 400; 
    font-style: italic;
}

strong, b {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 600; 
	font-style: normal;
}

strong em, strong i, b em, b i {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 600; 
	font-style: italic;
}

a {
	-webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

a, a:hover, a:active, a:visited {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 400; 
	font-style: normal;
	color: #ff3b30;
	text-decoration: none;
	border-bottom: 1px dotted #ff3b30;
    -webkit-touch-callout: none !important;
}

em a, em a:hover, em a:active, em a:visited {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
    font-weight: 400; 
    font-style: italic;
    color: #ff3b30;
	text-decoration: none;
	border-bottom: 1px dotted #ff3b30;
}

small {
	line-height: 1.65em;
	color: #808080;
}

blockquote {
	margin: 0 1em 1.65em 0;
	padding: 0 0 0 1em;
	border-left: 1px solid #b1b1b0;
	color: #818180;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 3em auto;
  width: 100%;
  max-width: 560px;
}

::selection {
    color:#fff !important;
    background: #ff3b30 !important;
}

/* ==========================================================================
   TITLE DIV
   ========================================================================== */

#title-div {
	text-align: center;
	margin-bottom: 2em;
}

#title-div h1 {
	font-family: 'Miso-Light', Helvetica Neue, sans-serif;
	font-weight: normal;
	font-size: 4.5em;
  line-height: 0.75em;
	margin: 0;
	padding: 0;
	color: #ff3b30;
}

#title-div h2 {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
  font-weight: 100; 
  font-style: normal; 
  font-size: 1.5em;
  text-transform: uppercase;
	line-height: 1.65em;
	color: rgb(51,51,50) !important;
	margin: 0 0 1em 0;
	padding: 0;
}

#title-div h3 {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
  font-weight: 100; 
  font-style: italic;
  font-size: 1.0em;
  line-height: 1.65em;
	color: #818180;
	margin: 0;
	padding: 0;
	max-width: 66%;
	margin: 0 auto;
}

#title-div h3 a {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
  font-weight: 100; 
  font-style: italic;
	color: rgb(48,48,47);
	border-bottom: 1px dotted rgb(48,48,47) !important;
}

#title-div h3 a:hover {
	color: #ff3b30;
	border-bottom: 1px dotted #ff3b30 !important;
}

#title-div h1 a, #title-div h2 a, #title-div h3 a,
#title-div h1 a:hover, #title-div h2 a:hover, #title-div h3 a:hover
#title-div h1 a:visited, #title-div h2 a:visited, #title-div h3 a:visited
#title-div h1 a:active, #title-div h2 a:active, #title-div h3 a:active {
	border: none;
}

#title-div #appicon {
	width: 256px;
	height: 256px;
	border-radius: 21.666%;
	margin-bottom: 2em;
}

/* ==========================================================================
   THEME SELECTION BUTTONS
   ========================================================================== */
   
ul#theme-select-buttons {
  list-style: none;
  text-align: center;
  width: 200px
  display: block;
  margin: 0 auto;
  padding: 2em 0 0 0;
}

#theme-select-buttons li {
  display: inline;
  text-align: center;
  margin: 0 30px;
  padding: 0;
  width: auto;
}

#theme-select-buttons a,
#theme-select-buttons a:visited {
  border: none;
  color: #666;
}


#theme-select-buttons a:hover,
#theme-select-buttons a:active {
  border-bottom: 2px solid #777;
  color: #666;
}

#theme-select-buttons a.selected-button,
#theme-select-buttons a.selected-button:hover,
#theme-select-buttons a.selected-button:active {
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #333;
}

/* ==========================================================================
   DEVICE SELECTION BUTTONS
   ========================================================================== */
   
ul#device-type-buttons {
  list-style: none;
  text-align: center;
  width: 200px
  display: block;
  margin: 0 auto;
  padding: 0 0 2em 0;
}

#device-type-buttons li {
  display: inline;
  text-align: center;
  margin: 0 30px;
  padding: 0;
  width: auto;
}

#device-type-buttons a,
#device-type-buttons a:visited {
  border: none;
  color: #666;
}


#device-type-buttons a:hover,
#device-type-buttons a:active {
  border-bottom: 2px solid #777;
  color: #666;
}

#device-type-buttons a.selected-button,
#device-type-buttons a.selected-button:hover,
#device-type-buttons a.selected-button:active {
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #333;
}

/* ==========================================================================
   SIMULATED CONTENT
   ========================================================================== */

#simulated-content-theme-wrapper {
  height: 100%;  
}

#simulated-content {
	line-height: 1.75em;
	box-sizing: border-box;
	margin:0;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
}

#simulated-content p {
	max-width: 100% !important;
	word-wrap: break-word !important;
  word-break: normal;
}

#simulated-content em, #simulated-content i {
	font-style: normal;
}

#simulated-content strong, #simulated-content b {
	font-weight: normal;
}

#simulated-content strong em, 
#simulated-content strong i, 
#simulated-content b em, 
#simulated-content b i {
	font-style: normal;
	font-weight: normal;
}
    
#simulated-content a, 
#simulated-content a:hover,
#simulated-content a:active,
#simulated-content a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
  -webkit-touch-callout: none !important;
}

#simulated-content em a,
#simulated-content em a:hover,
#simulated-content em a:active,
#simulated-content em a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#simulated-title-div h1 {
  font-family: 'Whitney Cond A', 'Whitney Cond B'; font-weight: 600; font-style: normal;
  font-size: 1.61em;
  line-height: 1.25em;
	margin: 0;
  margin-bottom: 1em;
	padding: 0;
  width: 100%;
}

#simulated-title-div h2 {
  font-family: 'Whitney SSm A', 'Whitney SSm B'; font-weight: 500; font-style: normal;  
  font-size: 1.0em;
	line-height: 1.65em;
	margin: 0;
	padding: 0;
}

#simulated-title-div h3 {
	font-weight: 400;
	font-style: italic;
  font-size: 1.0em;
  line-height: 1.65em;
	margin: 0;
	padding: 0;
}
    
#simulated-body-div {
  margin-top: 1.65em;
}

#simulated-body-div p {
	margin-bottom: 1.65em;
}

#simulated-body-div h1, 
#simulated-body-div h2, 
#simulated-body-div h3 {
	font-size: 1.4em !important;
  line-height: 1.25em !important;
  margin: 2.0em auto 1.0em auto;
}
    
#simulated-body-div h4 {
  font-size: 1.0em !important;
  line-height: 1.65em;
  margin: 3.3em auto 1.65em auto;
}

#simulated-body-div h5, 
#simulated-body-div h6,
#sim ated-body-div h7 {
  font-size: 1.0em !important;
  line-height: 1.65em;
  margin: 1.65em auto;
}

#simulated-body-div h1, 
#simulated-body-div h2, 
#simulated-body-div h3,
#simulated-body-div h4, 
#simulated-body-div h5, 
#simulated-body-div h6,
#simulated-body-div h7 {
	font-weight: normal !important;
}

#simulated-content-theme-wrapper,
#simulated-content-theme-wrapper h2,
#simulated-content-theme-wrapper h3,
#simulated-content-theme-wrapper h4 {
  -webkit-transition: color 0.33s ease-in-out, background 0.33s ease-in-out;
  -moz-transition: color 0.33s ease-in-out, background 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background 0.33s ease-in-out;
}

/* ==========================================================================
   SIMULATED CONTENT - LIGHT MODE
   ========================================================================== */

#simulated-content-theme-wrapper.theme-day {
  background: #fff;
  color: #333333;
}

#simulated-content-theme-wrapper.theme-day h2 {
	color: #d4291f;
}

#simulated-content-theme-wrapper.theme-day h3 {
	color: #a8a8a8;
}

#simulated-content-theme-wrapper.theme-day a, 
#simulated-content-theme-wrapper.theme-day a:hover,
#simulated-content-theme-wrapper.theme-day a:active,
#simulated-content-theme-wrapper.theme-day a:visited {
	color: #d4291f;
	border-bottom: 1px dotted #d4291f;
}

#simulated-content-theme-wrapper.theme-day em a,
#simulated-content-theme-wrapper.theme-day em a:hover,
#simulated-content-theme-wrapper.theme-day em a:active,
#simulated-content-theme-wrapper.theme-day em a:visited {
	color: #d4291f;
	border-bottom: 1px dotted #d4291f;
}

#simulated-content-theme-wrapper.theme-day blockquote {
  border-left: 1px solid #b1b1b0;
  color: #888;
}

/* ==========================================================================
   SIMULATED CONTENT - DARK MODE
   ========================================================================== */

#simulated-content-theme-wrapper.theme-night {
  background: #282828;
  color: #eeeeee;
}

#simulated-content-theme-wrapper.theme-night h2 {
	color: #d4291f;
}

#simulated-content-theme-wrapper.theme-night h3 {
	color: #a8a8a8;
}

#simulated-content-theme-wrapper.theme-night a, 
#simulated-content-theme-wrapper.theme-night a:hover,
#simulated-content-theme-wrapper.theme-night a:active,
#simulated-content-theme-wrapper.theme-night a:visited {
	color: #d4291f;
	border-bottom: 1px dotted #d4291f;
}

#simulated-content-theme-wrapper.theme-night em a,
#simulated-content-theme-wrapper.theme-night em a:hover,
#simulated-content-theme-wrapper.theme-night em a:active,
#simulated-content-theme-wrapper.theme-night em a:visited {
	color: #d4291f;
	border-bottom: 1px dotted #d4291f;
}

#simulated-content-theme-wrapper.theme-night blockquote {
  border-left: 1px solid #555;
  color: #888;
}

/* ==========================================================================
   SIMULATED CONTENT - CAMPFIRE
   ========================================================================== */

#simulated-content-theme-wrapper.theme-campfire {
  background: #260809;
  color: #fc4e21;
}

#simulated-content-theme-wrapper.theme-campfire h2 {
	color: #fc101d;
}

#simulated-content-theme-wrapper.theme-campfire h3 {
	color: #ab0812;
}

#simulated-content-theme-wrapper.theme-campfire a, 
#simulated-content-theme-wrapper.theme-campfire a:hover,
#simulated-content-theme-wrapper.theme-campfire a:active,
#simulated-content-theme-wrapper.theme-campfire a:visited {
	color: #fc101d;
	border-bottom: 1px dotted #fc101d;
}

#simulated-content-theme-wrapper.theme-campfire em a,
#simulated-content-theme-wrapper.theme-campfire em a:hover,
#simulated-content-theme-wrapper.theme-campfire em a:active,
#simulated-content-theme-wrapper.theme-campfire em a:visited {
	color: #fc101d;
	border-bottom: 1px dotted #fc101d;
}

#simulated-content-theme-wrapper.theme-campfire blockquote {
  border-left: 1px solid #971c11;
  color: #fc2421;
}

/* ==========================================================================
   IPHONE/IPAD STATES COMMON
   ========================================================================== */
   
#case {
  border-radius: 40px 40px; 
  padding: 4px 4px 4px 4px;
  margin: auto;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.33);
}

#face {
  width: 100%; 
  border-radius: 36px 36px; 
  border: 2px solid #777;
  background: #131313; /* Old browsers */
  background: -moz-linear-gradient(45deg, #131313 0%, #4c4c4c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#131313), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #131313 0%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #131313 0%,#4c4c4c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #131313 0%,#4c4c4c 100%); /* IE10+ */
  background: linear-gradient(45deg, #131313 0%,#4c4c4c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  box-sizing: border-box;
}

#camera {
  box-sizing: border-box;
  border: 3px solid #555;
  background: #444;
  border-radius: 7px 7px;
}

#speaker {
  width: 54px; 
  background: #282828; 
  border-radius: 7px 7px;
  box-shadow: inset 0 1px 0px #000, 0 1px 0px #555;
}

#screen {
  margin: auto; 
  box-sizing: border-box;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#screen-inner {
  position: absolute;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}

#screen-inner::-webkit-scrollbar {
 display: none;
}

#button {
  height: 48px; 
  width: 48px; 
  border: 1px solid #000;
  border-radius: 28px 28px; 
  margin: 12px auto 0 auto;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #111111 50%, #666666 51%, #404040 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(50%,#111111), color-stop(51%,#666666), color-stop(100%,#404040)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%,#111111 50%,#666666 51%,#404040 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%,#111111 50%,#666666 51%,#404040 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%,#111111 50%,#666666 51%,#404040 100%); /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%,#111111 50%,#666666 51%,#404040 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
}

#button-inner {
  height: 42px;
  width: 42px;
  margin: 3px auto;
  background: #282828;
  border-radius: 21px 21px;
}

/* ==========================================================================
   IPHONE/IPAD STATE TRANSITIONS
   ========================================================================== */
   
#case,
#simulated-content,
#screen,
#screen-inner {
  -webkit-transition: width 0.33s ease-in-out, height 0.33s ease-in-out;
  -moz-transition: width 0.33s ease-in-out, height 0.33s ease-in-out;
  transition: width 0.33s ease-in-out, height 0.33s ease-in-out;
}

#simulated-content {
    -webkit-transition: padding 0.33s ease-in-out;
  -moz-transition: padding 0.33s ease-in-out;
  transition: padding 0.33s ease-in-out;
}

#face {
  -webkit-transition: padding 0.33s ease-in-out;
  -moz-transition: padding 0.33s ease-in-out;
  transition: padding 0.33s ease-in-out;
}

#camera {
  -webkit-transition: margin 0.33s ease-in-out;
  -moz-transition: margin 0.33s ease-in-out;
  transition: margin 0.33s ease-in-out;
}

#speaker {
  -webkit-transition: margin 0.33s ease-in-out, opacity 0.33s ease-in-out, height 0.33s ease-in-out;
  -moz-transition: margin 0.33s ease-in-out, opacity 0.33s ease-in-out, height 0.33s ease-in-out;
  transition: margin 0.33s ease-in-out, opacity 0.33s ease-in-out, height 0.33s ease-in-out;
}

/* ==========================================================================
   IPHONE STATE
   ========================================================================== */
   
#case.iphone-case {
  width: 280px;
  background: #606060; /* Old browsers */
  background: -moz-linear-gradient(66deg, #505050 0%, #303030 39%, #808080 49%, #131313 50%, #666666 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#606060), color-stop(39%,#303030), color-stop(49%,#808080), color-stop(50%,#131313), color-stop(100%,#666666)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(66deg, #505050 0%,#303030 39%,#808080 49%,#131313 50%,#666666 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(66deg, #505050 0%,#303030 39%,#808080 49%,#131313 50%,#666666 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(66deg, #505050 0%,#303030 39%,#808080 49%,#131313 50%,#666666 100%); /* IE10+ */
  background: linear-gradient(66deg, #505050 0%,#303030 39%,#808080 49%,#131313 50%,#666666 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#666666',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#screen.iphone-screen {
  width: 240px;
  height: 426px;
}

#screen-inner.iphone-screen-inner {
   width: 280px;
}

#simulated-content.iphone-content {
  font-size: 12px;
  padding: 3.5em 14px 3.5em 14px;
}

#face.iphone-face {
  padding: 24px 15px 12px 15px;
}

#camera.iphone-camera {
  width: 12px; 
  height: 12px; 
  margin: 0px auto 8px auto;
}

#speaker.iphone-speaker {
  height: 6px; 
  opacity: 1;
  margin: auto auto 24px auto;
}

/* ==========================================================================
   IPAD STATE
   ========================================================================== */
   
#case.ipad-case {
  width: calc(576px + 40px);
  background: #606060; /* Old browsers */
  background: -moz-linear-gradient(66deg, #505050 0%, #303030 39%, #808080 49%, #131313 50%, #666666 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#606060), color-stop(39%,#303030), color-stop(49%,#808080), color-stop(50%,#131313), color-stop(100%,#666666)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(66deg, #505050 0%,#303030 39%,#808080 49%,#131313 50%,#666666 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(66deg, #505050 0%,#303030 39%,#808080 49%,#131313 50%,#666666 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(66deg, #505050 0%,#303030 39%,#808080 49%,#131313 50%,#666666 100%); /* IE10+ */
  background: linear-gradient(58deg, #505050 0%,#303030 39%,#808080 49%,#131313 50%,#666666 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#666666',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#screen.ipad-screen {
  width: 576px;
  height: 768px;
}

#screen-inner.ipad-screen-inner {
  width: 616px;
}

#simulated-content.ipad-content {
  font-size: 16px;
  padding: 5em 60px;
}

#face.ipad-face {
  padding: 31px 15px 12px 15px;
}

#camera.ipad-camera {
  width: 12px; 
  height: 12px; 
  margin: 0px auto 31px auto;
}

#speaker.ipad-speaker {
  height: 0px; 
  opacity: 0;
  margin: 0 auto 0 auto;
}

/* ==========================================================================
   APP STORE BADGES
   ========================================================================== */

#app-store-badges {
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  max-width: 560px;
  margin: 3em auto;
  padding: 2em 0;
  font-size: 0.75em;
}

#app-store-badges ul {
  list-style: none;
}

#app-store-badges li {
  display: inline-block;
  margin: 1em;
  padding: 8px 8px 0.1em 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
}

#app-store-badges li {
  background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

#app-store-badges li:hover {
	background: #eee;
}

#app-store-badges a.coming-soon li:hover {
  background: #fff;
}

#app-store-badges ul a,
#app-store-badges ul a:hover,
#app-store-badges ul a:active,
#app-store-badges ul a:visited {
  color: #333;
}

.image-link {
	border: none !important;
}

#unread-app-store-badge {
  margin: 0;
	width: 200px;
}

.coming-soon {
  opacity: 0.5;
}


/* ==========================================================================
   QUOTES
   ========================================================================== */

#quotes {
  text-align: left;
  color: #818180;
  font-style: italic;
  margin:0 auto 2em auto;
  max-width: 560px;
  border-bottom: 1px solid #ddd;
  padding: 0;
}

#quotes p {
  margin: 0 auto 2em auto;
  max-width: 500px;
}

.quote-source {
  display: block;
  text-align: right;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

#footer {
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 4em;
}

#footer a:hover {
  background: #ddd;
}

/* ==========================================================================
   Release Notes
   ========================================================================== */

#release-notes-wrapper {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}

#release-notes-wrapper hr {
  max-width: 560px;
}

#release-notes-wrapper p {
  margin: 0 auto 1em auto;
  max-width: 560px;
}
 
#release-notes-wrapper h2, 
#release-notes-wrapper h3 {
  text-align: center;
}

#release-notes-wrapper h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1em;
}

#release-notes-wrapper h3 {
  font-weight: 400;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 2em;
  font-style: italic;
}

/* ==========================================================================
   Larger Screens
   ========================================================================== */
   
@media screen and (min-device-width: 500px) {

body {
  padding-top: 4em;
	font-size: 17px;
}

hr {
	margin: 4.0em auto;
	max-width: 560px;
}

#title-div {
	margin-bottom: 3em;
}

#title-div #appicon {
	width: 256px;
	height: 256px;
	margin-bottom: 3em;
}

#title-div h1 {
	font-family: 'Miso-Light', Helvetica Neue, sans-serif;
	font-weight: normal;
	font-size: 6em;
  line-height: 0.75em;
	margin: 0;
	padding: 0;
	color: #ff3b30;
}

#title-div h2 {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
  font-weight: 100; 
  font-style: normal; 
  font-size: 2em;
  text-transform: uppercase;
	line-height: 1.65em;
	color: rgb(51,51,50) !important;
	margin: 0 0 1em 0;
	padding: 0;
}

#title-div h3 {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
  font-weight: 100; 
  font-style: italic;
  font-size: 1.0em;
  line-height: 1.65em;
	color: #818180;
	margin: 0;
	padding: 0;
	max-width: 320px;
	margin: 0 auto;
}

#app-store-badges {
  margin: 4em auto;
  padding: 3em 0;
  font-size: 1.0em;
}

#news-div p {
	max-width: 700px;
}

#device-type-buttons li {
  margin: 0 20px;
}

#theme-select-buttons li {
  margin: 0 20px;
}

#quotes {
  margin:0 auto 4em auto;
  padding: 0 0 2em 0;
}

#release-notes-wrapper hr {
  max-width: 560px;
}

#release-notes-wrapper p {
  max-width: 560px;
}

}
