<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height: 100%;
}

body {
	overflow: hidden;
	overflow-y: scroll;
	background-color: rgba(0, 0, 0, 0.05);
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

/* Navbar */

.navbar {
	margin-bottom: 0;
	background-color: #1E1E1D;
    width: 100%;
    border: none;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 45px;
    min-height: 45px;
    z-index: 100;
}

.navbar .container-fluid {
	display: inline-block;
    width: 100%;
    height: 100%;
}

.r-search-results {
    margin-top: 4em;
}


/* Featherlight */

.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	padding: 0;
	height: 90%;
	width: 75%;
	margin: 0;
	position: absolute !important;
	top: 1em;
	left: 50%;
	transform: translateX(-50%);
}
.featherlight .featherlight-inner {
	display: block;
	width: 100%;
	height: 100%;
}

.navbar-brand, .navbar-right {
	height: 45px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.navbar-brand {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
    color: #ecf0f1 !important;
}

.navbar-brand img {
	width: 40px;
    height: 40px;
}

.navbar-right {
	margin-right: 0;
}

.navbar-right li a {
	margin-right: 0.66em;
	margin-left: 0.66em;
}

.navbar-right li a.btn, .r-get-started {
	padding: 0 1.5em;
    height: 2.5em;
    border-radius: 1.25em;
    background-color: transparent;
    border: 2px solid #329dd8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .5s;
    transition: all .5s;
}

.r-read-action {
    border: 2px solid #e04f42;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar-right li a.btn:hover, .r-get-started:hover,
.navbar-right li a.btn:focus, .r-get-started:focus,
.navbar-right li a.btn:active, .r-get-started:active {
	background-color: #329dd8;
	color: #FFF !important;
	border-color: #329dd8;
}

.r-read-action:hover, .r-read-action:focus, .r-read-action:active {
    background-color: #e04f42;
    color: #FFF !important;
    border-color: #e04f42;
}

.navbar-default .navbar-nav&gt;li&gt;a {
	color: #FFF;
}

.navbar-default .navbar-nav&gt;li&gt;a {
	font-size: 1em;
	text-transform: uppercase;
}

.navbar-default .navbar-nav&gt;li&gt;a:focus, .navbar-default .navbar-nav&gt;li&gt;a:hover {
	color: #329dd8;
}

/* Cover Picture */

.jumbotron {
	height: 50vh;
	margin-bottom: 0;
	padding: 1em 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	position: relative;
}

.jumbotron .container-fluid {
	background: rgba(255, 255, 255, 0.9);
}

.jumbotron .container-fluid .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.jumbotron .container-fluid .row .r-profile-picture-wrapper {
	width: 12vw;
	height: 12vw;
	border: 4px solid #fff;
	background: #e3e3e3;
	margin-right: 1em;
	margin-left: 1em;
	position: relative;
	bottom: calc(-2vw - 1em);
}

.jumbotron .container-fluid .row .r-profile-picture-wrapper img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.jumbotron .container-fluid .row .r-profile-details {
	width: 40vw;
	height: 10vw;
	margin-right: 1em;
	margin-left: 1em;
	padding: 1em;
}

.jumbotron .container-fluid .row .r-profile-details h2 {
	margin: 0;
	text-transform: capitalize;
	color: rgba(0, 0, 0, 0.8);
	font-weight: bold;
	font-size: 1.75em;
}

.jumbotron .container-fluid .row .r-profile-details h4 {
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-size: 1.2em;
}

.r-user-bio {
	font-size: 1.2em !important;
	margin-bottom: 0.5em !important;
}

.r-user-social-links a {
    text-align: left;
    margin-right: 1em;
}

.r-profile-social-links {
	text-align: left;
	font-size: 1.5em;
}

.jumbotron .container-fluid .row .r-profile-details .r-profile-name-follow-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.jumbotron .container-fluid .row .r-profile-details .r-follow {
	background: transparent;
	margin-left: 2em;
    width: 30%;
    height: 2.5em;
    border-radius: 1.25em;
    border: 2px solid #1E1E1D;
    color: #1E1E1D;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.jumbotron .container-fluid .row .r-profile-details .r-follow.r-following {
	background: #009688;
    border-color: #009688;
    color: #FFF;
}

/*.jumbotron .container-fluid .row .r-profile-details h4 {
	color: #FFF;
}*/

/* Sign Up/Sign In Modal */
.modal-body {
	padding: 20px;
}

.modal-body&gt;.row {
	margin: 1em;
}

.r-social-icons .btn {
	margin: 0.5em 0;
	color: #FFF;
	border: none;
}

#r-personalize, #r-forgot-password, #r-email-sent, #r-skip-step {
	display: none;
}

#facebookButton {
	background-color: #3B5998;
}

#twitterButton {
	background-color: #55ACEE;
}

#googleButton {
	background-color: #4787ed;
}

button#googleButton&gt;div {
    height: 24px !important;
    width: 100% !important;
    background-color: #4787ed;
    color: #FFF;
    box-shadow: none;
}

button#googleButton&gt;div&gt;div {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

button#googleButton&gt;div&gt;div&gt;div {
    display: none;
}

button#googleButton&gt;div&gt;div&gt;span {
    font-size: 18px !important;
}

button#googleButton&gt;div&gt;div&gt;span:before {
    content: "Continue with ";
    font-size: 80%;
}

button#googleButton&gt;div&gt;div&gt;span:after {
    content: "Google";
}

button#googleButton&gt;div&gt;div&gt;span&gt;span:first-child,
button#googleButton&gt;div&gt;div&gt;span&gt;span:last-child {
    display: none;
}

.forgotPassword {
	cursor: pointer;
}

.go-back {
	display: inline-block;
	margin-top: 10px;
	cursor: pointer;
}

.go-back i {
	padding-right: 10px;
	font-size: 12px;
}

.r-login-form .invalidCredentials, .r-personalize .fieldEmpty, .r-sign-up-form .accountExists {
	display: none;
	color: #a94442;
}

#fieldEmptyMessage::first-letter {
	text-transform: uppercase;
}

.r-sign-up-form .btn {
	margin-top: 0.5em;
	text-transform: uppercase;
    background-color: #43A047;
    border-color: #43A047;
}

.agreement-text {
	display: inline-block;
	margin-top: 10px;
}

.row.r-skip-step {
    margin-top: 1.5em;
}

/* Capsule Section */

.r-tab-wrapper {
	width: 60%;
}

.nav-tabs {
	border: none;
	width: 100%;
	margin-bottom: 1em;
}

.nav-tabs&gt;li {
    float: left;
    margin-bottom: 0px;
    margin-right: 1em;
    cursor: pointer;
}

.nav-tabs&gt;li&gt;a {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #2d2c2d;
}

.r-write-here {
	height: 15vh;
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #aaa;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.6);
    background: white;
    font-size: 1.2em;
    cursor: pointer;
}

.r-user-capsules {
	margin-top: 4em;
	padding: 2em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.r-user-capsules .r-sub-magazine-container, .r-user-capsules .r-magazine-capsules {
	width: 85%;
	padding: 1em 0;
    border-bottom: 1px solid #c3c3c3;
}

.r-user-capsules .r-sub-magazine-container .r-sub-magazine-wrapper {
	padding-bottom: 1.5em;
}

.r-user-capsules .r-sub-magazine-container .r-sub-magazine-wrapper .r-sub-magazine-title,
.r-user-capsules .r-magazine-capsules .r-magazine-capsules-title {
	text-align: center;
	margin-bottom: 1em;
    margin-top: 1em;

    /* TODO: Show magazine names once we have more than one magazine on the landing page. */
    display: none;
}

.r-user-capsules .r-sub-magazine-container .r-sub-magazine-wrapper .r-sub-magazine-capsules-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.r-user-capsules .r-sub-magazine-container .r-sub-magazine-wrapper .r-show-more-wrapper,
.r-user-capsules .r-magazine-capsules .r-show-more-wrapper {
	text-align: center;
	cursor: pointer;
}

.r-user-capsules .r-sub-magazine-container .r-sub-magazine-wrapper .r-show-more-wrapper.hide,
.r-user-capsules .r-magazine-capsules .r-show-more-wrapper.hide {
	display: none;
}

.r-user-capsules .r-sub-magazine-container .r-sub-magazine-wrapper .r-show-more-wrapper .r-show-more,
.r-user-capsules .r-magazine-capsules .r-show-more-wrapper .r-show-more {
	display: inline-block;
	border-bottom: 1px solid ##737373;
	text-decoration: none;
	color: ##737373;
}

.r-tagu-capsules, .r-tag-capsules .r-tag-capsules-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 80%;
}

.grid {
    margin-bottom: 1.5em;
}

.grid.hide,
.r-user-capsules .r-sub-magazine-container .r-sub-magazine-wrapper .r-sub-magazine-capsules-wrapper .grid.hide {
	display: none;
}

.r-grid-item {
	padding: 0;
	position: relative;
	color: inherit;
	background: #fff;
	height: calc(84vh / 2);
	cursor: pointer;
	text-align: center;
	padding: 0.5em;
}

@media (min-width: 1200px) {
	.r-grid-item {
	    width: 20%;
	    float: left;
	}
}

/* Grid item "border" */
.r-grid-item::before {
  position: absolute;
  content: '';
  top: 0px;
  right: 55px;
  bottom: 0px;
  left: 55px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.075);
}

.r-grid-item * {
  z-index: 10;
}

.grid figure {
	margin: 0 !important;
	min-width: initial !important;
	max-width: 100% !important;
	max-height: initial !important;
	height: 100%;
	background: transparent !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.grid figure img {
	/*max-width: initial !important;*/
	opacity: 1 !important;
}

.grid figure img.tall {
	width: auto;
	min-height: 100%;
}

.grid figure img.wide {
	max-height: 100%;
	height: auto;
}

.grid figure figcaption {
	position: absolute;
	top: initial !important;
	bottom: 0;
	left: 0;
	width: 100%;
    height: 40% !important;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    padding: 1em !important;
}

.grid figure h2, .grid figure span {
	margin: 0;
    letter-spacing: 0.1em;
	font-size: 1em !important;
	word-spacing: 0 !important;
}

.grid figure span {
	margin-top: 0.5em;
	font-size: 0.9em !important;
    text-transform: lowercase;
    letter-spacing: 0.05em;
}

.grid figure.r-hover-effect h2 {
    margin: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    font-weight: bold;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-height: 240px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100% !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure .r-view-more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption .r-action-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure .r-view-more {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 700;
}

.grid figure h2,
.grid figure .btn {
	margin: 0;
}

.grid figure .btn {
	letter-spacing: 1px;
	font-size: 68.5%;
	color: #FFF;
}

.grid figure .btn a {
	color: #FFF;
}

figure.r-hover-effect img {
	opacity: 0.4;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

figure.r-hover-effect:hover img {
	opacity: 0.4;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.r-hover-effect h2 {
	margin-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.r-hover-effect .btn {
	margin: 1em 0.5em 0 0;
	padding: 0.5em;
	border: 1px solid #fff;
	background-color: transparent;
    border-radius: 0;
    color: #FFF;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.r-hover-effect:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.r-hover-effect:hover .btn {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

.r-error-wrapper {
	height: 50vh;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.r-error-wrapper h4 {
	line-height: 1.5em;
}

.r-error-wrapper a.btn {
	width: 30%;
    font-size: 1.5em;
}

.r-delete-popup .row {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.r-delete-popup .row .panel,
.r-delete-popup .row .panel .panel-heading,
.r-delete-popup .row .panel .panel-footer,
.r-delete-popup .row .panel .panel-footer .btn {
	border: none;
	border-radius: 0;
}

/* Editor Overlay */

.r-editor-overlay {
    width: 100%;
    height: 0;
    z-index: 100;
    background-color: #FFF;
    -webkit-transition: all .5s;
	transition: all .5s;
}

.r-editor-overlay.open {
	height: calc(100vh - 45px);
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	.jumbotron {
		height: 42vh;
		width: 100%;
	}

	.jumbotron .container-fluid {
		width: 95%;
		height: 60%;
	}

	.navbar-header {
		display: block;
		width: 100%;
		margin: 0;
	}

	.navbar-default .navbar-toggle {
	    margin: 0;
	    top: 50%;
	    position: absolute;
	    right: 0.5em;
	    transform: translateY(-50%);
	}

	.r-search-results {
	    margin-top: 0 !important;
	}

	.r-settings-icon {
		bottom: initial;
		top: 0.25em;
	}

	.r-tab-wrapper {
		width: 95%;
	}

	.jumbotron .container-fluid .row .r-profile-picture-wrapper {
		width: 25vw;
		height: 25vw;
		margin-left: 0.5em;
		margin-right: 0.5em;
		bottom: -0.5em;
	}

	.jumbotron .container-fluid .row .r-profile-picture-wrapper img {
		max-width: 100%;
	}

	.jumbotron .container-fluid .row .r-profile-details {
		width: 60vw;
		height: 100%;
		padding: 0.5em;
	}

	.jumbotron .container-fluid .row .r-profile-details h2 {
		font-size: 1.2em;
	}

	.jumbotron .container-fluid .row .r-profile-details .r-follow {
		margin-left: 0.5em;
	    height: 2em;
	    border-radius: 1em;
	    width: 45%;
	}

	.jumbotron .container-fluid .row .r-profile-details h4 {
	    color: rgba(0, 0, 0, 0.5);
	    font-size: 1em;
	    margin-bottom: 0.5em;
	    margin-top: 0.5em;
	}

	.jumbotron .container-fluid .row .r-profile-details .r-user-bio {
		font-size: 0.8em !important;
    	margin-bottom: 0.5em !important;
	}

	.jumbotron .container-fluid .row .r-profile-details .r-profile-social-links {
	    text-align: left;
	    font-size: 1em;
	}

	.r-user-capsules {
		margin-top: 2em;
		padding: 0.5em;
	}

	.r-user-capsules .r-tag-capsules {
		width: 100%;
	}

	.r-tag-capsules, .r-tag-capsules .r-tag-capsules-wrapper {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.r-tag-capsules-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.r-tag-capsules-wrapper .grid {
		width: 100%;
		height: 35vh;
		margin-right: 0;
		margin-bottom: 1em;
	}

	/*.r-user-capsules .r-sub-magazine-container .r-sub-magazine-wrapper .r-sub-magazine-capsules-wrapper,
	.r-user-capsules .r-magazine-capsules .r-magazine-capsules-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}*/

	.grid {
	    margin-bottom: 1.5em;
	    /*width: 50%;*/
	}

	.grid figure figcaption {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: center;
	}
}

/* Styles for soft keyboard in Android messing up layouts */
html.keyboard-open, body.keyboard-open {
	height: 200vh;
	overflow: hidden;
	overflow-y: scroll;
}</pre></body></html>