@charset "UTF-8";
/* CSS Document */


body {
	
	background-color: #fff;
	background: linear-gradient(#f0f3f6 0%, #fff 40%);
	background-repeat: no-repeat;	
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	-webkit-text-size-adjust: none;
}

html {
	height: 100%;	
}

a {
	color: #00bbff;
}

a img {
	border: 0;
}

.strong {
	font-weight: bold;
}

.nul {
	text-decoration: none;	
}

#app_container {
	background-color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 980px;
	margin: auto;
	padding-top: 1px;	
}

#top_bar {
	background-color: #fff;
	margin-bottom: 10px;
}

#logo_bar {
	margin: 20px 0;
	background-color: #fff;
	padding: 0px;
	text-align: center;
}

#content {
	margin-top: 20px;
}

.content-columns {
	display: flex;
}

#content_info_left {
	margin-right: 40px;
}

#top_menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	width: 100%;
}

#top_menu li {
	display: flex;
	align-items: center;
	height: 40px;
}

#top_menu .top-login-menu {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

#top_menu .top-login-menu #top_menu_login_button {
}

#top_menu .top_menu_button a {
	font-weight: 400;
	padding: 10px 0;
	margin: 0;
	margin-right: 20px;
	border-bottom: 3px solid rgba(255,255,255,0);
	display: block;	
	color: #666;
	cursor: pointer;

	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;

	transition: color .2s, border-color .2s;
}

#top_menu .top_menu_button a:hover {
	color: #000;
	border-color: #4af;
}


#overlay_box h2 {
	padding-right: 30px;
}

#logo_bar {
	display: flex;
	align-items: center;
	justify-content: center;
}

#logo_bar .menu-toggle {
	display: none;
	margin-right: 20px;
}

#logo_bar .menu-toggle.menu-toggle-close {
	animation: fadeIn .2s ease-out;
	display: none;
}

#logo_bar .menu-toggle img {
	width: 24px;
	height: 24px !important;
	height: initial;
}

.pointer {
	cursor: pointer !important;	
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;	
}

#top_menu li {
	float: left;
}

#top_menu_search {
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding-top: 1px;
	padding-left: 15px;
}


#top_menu_search input[type=text] {
	background-image: url(/lehti/img/looking_glass.gif);
	background-repeat: no-repeat;
	background-position: 6px 13px;
	border: 1px solid #ccc;
	background-color: transparent;
	border-radius: 0px;
	border-width: 0 0 2px 0;
	padding: 6px;
	padding-left: 28px;
	width: 150px;
	font-size: 16px;
	font-weight: 400;
	height: 30px;
	color: #888;
}


#logo_img {
	width: 100%;
	max-width: 980px;
}

.top_menu_selected {
	/* font-weight: bold !important; */	
}

#top_login_menu {
	height: 14px;
	position: relative;
	width: 300px;
	padding: 10px;
	padding-right: 0px;
	margin-left: auto; 
	margin-right: 0px;
	text-align: right;
	font-size: 14px;
	color: #333;
}

.top_menu_profile_img {
	width: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 6px;
	margin-right: 6px;
}

.clear {
	clear:both;
	height: 0px;
}

.content_section {
	margin-bottom: 20px;
	clear:both;
	
}

.floating_section {
	width: 31.5%;
	margin-right: 1.5%;
	float: left;	
	clear:none !important;	
	background-color: #f5f5f5;
}

#content_info_left {
	width: 230px;
	float:left;
	text-align: center;
	flex-shrink: 0;
}

#content_info_right {
	float:left;
	flex-grow: 1;
}

#info_issue_title {
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 5px;
	font-weight: 400;
	max-width: 540px;

}

#info_issue_subtitle {
	font-size: 24px;
	font-weight: lighter;
	color: #888;
	margin-bottom: 10px;
}

#info_title_description {
	margin-bottom:10px;
	padding: 3px;
	color: #444;
	font-size: 15px;
}

#info_issue_description {
	margin-top:10px;
	margin-bottom:10px;
	padding: 3px;
	
	color: #444;
	font-size: 14px;
}

#info_issue_description h4 {
	margin-top:0px;
	margin-bottom: 4px;
}

#info_issue_description_more {
	color: #888;
	font-size: 14px;
	margin-top: 5px;
}

.action_button {
	text-transform: uppercase;
	box-sizing: border-box;
	display: block;
	font-size: 16px;	
	font-size: 13px;
	background-color: #11aaee;
	padding: 8px;
	text-align: center;
	color:white;
	border-radius: 30px;
	/*box-shadow: 0px 2px 8px rgba(0,0,0,.2);*/
	/*text-shadow: 0px -1px #269;*/
	/*border: 1px solid #3388bb;*/
	/*border-width: 0px 0px 2px 0px;*/
	border-width: 0;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 10px;
}

form .action_button {
	margin: 10px 0;
}

.full_width {
	width: 100%;	
}

.action_button:hover {
	background-color: #0088cc;	
}

.floating_button {
	float:left;
	width:auto !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-right: 10px;
	padding: 8px 20px 8px 20px;
}

.login_button_fb {
	font-size: 16px;	
	background-color: #4a5899;
	padding: 8px;
	text-align: left;
	color:white;
	border-radius: 5px;
	box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #383d56;
	border-width: 0px 0px 2px 0px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 0px -1px #135;	
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size:30px 30px;
}

.login_button_fb div {
	text-align: center;
}

.login_button_fb:hover {
	background-color: #384477;	
}

.login_button_fb img {
	position: absolute;
	width: 30px;
	margin-left: -5px;
	margin-top: -5px;
}

.signup_button {
	font-size: 70%;	
	font-size: 13px;
	background-color: #777;
	padding: 8px;
	text-align: center;
	color:white;
	border-radius: 30px;
	/*box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #555;
	border-width: 0px 0px 2px 0px;*/
	border-width: 0;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	/*text-shadow: 0px -1px #333;*/
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size:30px 30px;
	margin: 10px 0;
}

.signup_button:hover {
	background-color: #555;	
}

.disabled_button {
	font-size: 16px;	
	padding: 8px;
	text-align: center;
	color:#888;
	border-radius: 5px;
	/*border: 1px dashed #aaa;
	border-width: 0px 0px 2px 0px;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size:30px 30px;	
	margin-bottom: 10px;

}

.checkmark_sub {
	width:20px;
	vertical-align:middle;
	margin-right: 10px;	
	margin-left: -20px;
}


.secondary_button {
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 16px;	
	font-size: 70%;
	font-size: 13px;
	background-color: #fff;
	padding: 8px 20px;
	text-align: center;
	color: #888;
	border-radius: 30px;
	/*box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	border: 1px solid #555;
	border-width: 0px 0px 2px 0px;*/
	border: 1px solid #888;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	/* text-shadow: 0px -1px #333;	*/
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size:30px 30px;	
	margin-bottom: 10px;

}

.secondary_button:hover {
	background-color: #888;
	color: #fff;	
}

.info_sub_price {
	font-weight: bold;	
}

.info_sub_price_original {
	color: #999;
	text-decoration:line-through;
	font-weight: normal;
}

#info_subscription_options ul {
	list-style: none;
	padding: 0px;
	font-weight: 500;
	color: #000;
}

#info_subscription_options input[type=radio] {
	margin-right: 8px;
}

#info_subscription_options ul li {
	margin-bottom: 5px;
	font-size: 15px;
}

#info_subscription_options {
	color: #333;
	padding: 0px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}

#info_subscription_options h2 {
	margin: 0px;
	font-weight: normal;
	color: #666;
	font-size: 14px;
}

#info_issue_published {
	float: right;
	margin-top: 10px;
	text-align: right;
	color: #aaa;
	font-size: 12px;
	font-weight: 400;	
}

.archive_list {
	list-style:none;	
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

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

.archive_list li {
	width: 106px;
	height: 150px;
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #888;
	padding-bottom: 5px;
}

.archive_list li div {
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	position: absolute;
	margin-top: -40px;
	margin-left: 9px;
	border-radius: 0px 0px 0px 0px;
	background-color: #3af;
	border: 0px solid #cef;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.archive_list img {
	image-rendering:-webkit-optimize-contrast;
	border: 1px solid #eee;
	border-radius: 0px;
	max-width: 84px;
	max-height: 120px;
	min-height: 60px;
	min-width: 40px;
	display:block;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ccc;

}

.archive_header {
	font-size: 130%;
	margin:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
	font-weight: 400;
	padding: 10px 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.sub_info_button {
	border:0px;
	vertical-align:middle;
}

#footer {
	padding: 30px;	
	padding-top: 20px;
	padding-right: 15px;
	font-size: 14px;
	color: #aaa;
	text-align: right;
}

#footer img {
	vertical-align: middle;	
}

#archive_more_button {
	text-align: center;
	color: #888;
	font-weight: normal;
	font-size: 18px;
	/*text-shadow: 0px 1px white;*/
}

.archive_more_section {
	background-color: #f5f5f5 !important;	
	border-width: 0px 0px 3px 0px !important;
	border-color: #ccc;
	
}

.archive_more_section:hover {
	background-color: #eee !important;	
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;	
}

#overlay_box * {
	box-sizing: border-box;
}

#overlay_box {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.6);
	z-index: 999999;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	flex-direction: column;
	overflow-y: scroll;
}

#overlay_box > div {
	margin: auto !important;
}

#login_box {
	box-sizing: border-box;
	padding: 15px;
	padding-top: 15px;
	width: 400px;
	max-width: 100%;
	border: 0px solid #eee;
	background-color: #fff;
	border-radius: 6px;
}

#login_box h2 {
	margin: 0px;
	font-weight: normal;
	color: #444;
}

#login_box h3 {
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #aaa;
	font-size: 14px;
}


.login_remember {
	font-size: 12px;
	margin-right: 10px;
	color: #444;
}

.block_field {
	display: block;
	height: 35px;
	width: 100%;
	border: 1px solid #aaa;
	border-radius: 6px;
	padding: 5px;
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 6px;	
}

#forgot_pass {
	font-size: 11px;
	color: #aaa;
}

.login_divider {
	text-align: center;
	padding: 0px;
	color: #999;
	background-color: #f5f5f5;
	border-radius: 10px;
}

#login_signup_info {
	margin-top: 10px;
	font-size: 13px;
	color: #000;
	text-align: center;
}

.signup_button {
	outline: 0;
	text-transform: uppercase;
}

.signup .signup_button {
	background-color: #39f;
}

.close30 {
	display:block;
	position: relative;
	width: 30px;	
	margin-left: auto; 
	margin-right: 0px;
	margin-bottom: -30px;
	opacity: .5;
}

.close30:hover {
	opacity: 1;	
}

.login_signup_terms_footer {
	font-size: 10px;
	color: #999;
	margin-top: -2px;
}

.login_signup_terms_footer a {
	color: #999;
}

.footer_menu {
}

.footer_menu ul {	
	display: inline;
	list-style: none;
	padding: 0;
}

.footer_menu li {	
	display: inline;
	margin-right: 15px;
}

#info_issue_selector {
	color: #777;
	margin-top: 10px;	
	margin-bottom: 10px;
}

#info_issue_selector_l {
	position: absolute;
	width: 30px;
	font-size: 36px;
}

#info_issue_selector_code {
	position: absolute;
	width:230px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 45px;
	text-shadow: 0px 1px white;	
}

#info_issue_selector_r {
	position: relative;
	margin-right:0px;	
	margin-left:auto;	
	width: 30px;
	text-align: right;
	font-size: 36px;
}

.issue_selector_arr {
	height: 35px;
	padding: 6px;	
}

.img_disabled {
	opacity: .3;
}

.img_disabled:hover {
	background-color: transparent !important;
}

#info_issue_selector_l img {
	border-radius: 6px 0px 0px 6px;
}
#info_issue_selector_r img {
	border-radius: 0px 6px 6px 0px;
}

.issue_selector_arr:hover {
	background-color: #ddd;	
}

#info_issue_cover {
	max-width: 230px;
	max-height: 330px;
	min-height: 60px;
	border: 1px solid #ddd; 
	border-width: 1px 1px 2px 1px;	
	border-radius: 3px;
}

#info_issue_description_tail {
	display: none;	
}

.section_show_issues {
	text-decoration:none;
}

.archive_list_hidden {
	display: none;	
}

.arr_more_dn {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	height: 20px;
	opacity: .3;
	vertical-align: middle;	
}

#info_issue_cover_preview_button {

    border-radius: 40px;
    border: 1px solid rgba(255,255,255,.2);
    /* border-width: 1px 1px 3px 1px; */
    padding: 3px;
    height: 25px;
    width: 160px;
    text-align: center;
    /* background-image: url(/lehti/img/b_grad_t.png); */
    color: white;
    font-size: 14px;
    position: relative;
    margin: auto;
    margin-top: -50px;
    margin-bottom: 30px;
    /* box-shadow: 0px 2px 8px rgba(0,0,0,.2); */
    background-color: rgba(0,0,0,.7);

}

#info_issue_cover_preview_button:hover {
	background-color: rgba(0,0,0,1);
}

#info_issue_cover_preview_button img {
	height: 25px;
	vertical-align: middle;
	margin-bottom: 3px;
}

#top_menu_login_button {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;	
	background-color: #11aaee;
	padding: 8px 20px;
	text-align: center;
	color:white;
	border-radius: 30px;
	/*box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	text-shadow: 0px -1px #269;
	border: 1px solid #3388bb;
	border-width: 0px 0px 2px 0px;*/
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.section_header {

	margin-top: 0px;
	margin-bottom: 20px;
	color: #999;
	font-weight: 400;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;

}

#library_issues_list {
	list-style:none;	
	margin: 0px;
	padding: 0px;
}

#library_issues_list li {
	float: left;	
	text-align: center;
	width: 120px;
	height: 180px;
	color: #777;
	font-size: 12px;
	position: relative;
}

#library_issues_list .library_cover {
	max-width: 100px;
	max-height: 150px;
	clear:both;
	image-rendering:-webkit-optimize-contrast;
	border: 1px solid #ddd;
	border-width: 1px 1px 2px 1px;
	border-radius: 3px;
	display:block;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 3px;
	background-color: #ccc;
}

#library_issues_list .x_button {
	position: relative;
	float: right;
	width: 15px;
	margin-right: 7px;
	margin-left: -27px;
	cursor: pointer;
}

.library_issues_list_more {
	float: none !important;
	width: auto !important;
	height: 21px !important;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
	border-width: 0px 0px 3px 0px;	
	clear:both;
	font-size: 20px !important;
	box-shadow: 0px 3px 3px rgba(0,0,0,.04);
	font-weight: lighter;

}

.library_issues_list_more:hover {
	background-color: #f5f5f5 !important;
}

.library_issues_list_more img {
	height: 25px;
}
	
.library_issues_no_issues {
	float: none !important;
	width: auto !important;
	height: auto !important;
	border: 3px dashed #ddd;
	padding: 20px;
	margin: 20px;
	line-height: 21px;
	border-radius: 20px;
	font-weight: lighter;
	font-size: 24px !important;
	text-shadow: 0px 1px 1px white;
	
}

.library_issues_no_issues div {
	margin-top: 10px;	
	font-size: 14px;
	color: #aaa;
}

/*
#library_actions_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

#library_actions_list li {
	float: left;	
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: lighter;
	color: #444;
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
	box-shadow: 0px 2px 8px rgba(0,0,0,.2);	
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	background-image: url(/lehti/img/grad_60.png);
}

#library_actions_list li div {
	display: inline;
	line-height:36px;
}

#library_actions_list li img {
	width: 40px; 
	margin: 0px;
	margin-left: -10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: -1px;
	vertical-align: middle;
}
*/

/*
#library_actions_list li {
	float: left;	
	padding: 0px;
	width: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: lighter;
	color: #999;
}

#library_actions_list img:hover {
	background-color: #fff;	
	background-image: none;
}

#library_actions_list img {
	width: 50px;
	display: inline;
	clear: both;
	padding: 5px;
	background-color: #f5f5f5;
	background-image: url(/lehti/img/grad_100.png);
	border: 1px solid #ccc;
	border-width: 0px 0px 2px 0px;
	border-radius: 10px;
	margin-bottom: 5px;
}
*/

#user_account_menu {
	margin-left: auto;
	margin-right: 0px;
	width: 250px;
	padding: 4px;
	text-align: left;
	position: absolute;
	top: 50px;
	list-style: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;

	font-size: 16px;
	box-shadow: 0px 1px 5px rgba(0,0,0,.1);
	z-index: 99899999;
	
	display:none;
	
}

#user_account_menu li {
	color: #666;
	font-weight: lighter;
	padding: 10px;
	cursor: pointer;
	display: block;
	float: none;
	height: auto;
}

#user_account_menu .menu_spacer {
	height: 0px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #f5f5f5;
}

#user_account_menu li:hover {
	background-color: #f5f5f5;
	color: #666;
	font-weight: lighter;
}

.small_arr {
	margin-left: 6px;
	width: 12px;	
}

.account_settings_box {
}

.inner_section h1 {
	font-weight: 400;
	margin-top: 0px;
}

.inner_section h2 {
	font-weight: 400;
	margin-top: 0px;
}

.inner_section h3 {
	margin: 0px;
	font-weight: 400;
	font-size: 20px;
	color: #444;
	margin-bottom: 20px;
	margin-top: 0px;
}

.content_section .info {
	font-size: 12px;
	font-weight: 400;
	color: #666;
}

.account_settings_box * {
	box-sizing: border-box;
}

.account_settings_box {
	margin-bottom: 30px;
}

.account_settings_box h3 {
	margin-bottom: 0;
}

.account_settings_box form {
	margin-top: 10px;
}


.account_settings_box input[type=text], .account_settings_box input[type=password] {
	background-repeat: no-repeat;
	background-position: 6px 10px;
	border: 1px solid #e0e0e0;
	background-color: #fdfdfd;
	border-radius: 5px;
	padding: 5px;
	width: 300px;
	max-width: 100%;
	font-size: 16px;
	font-weight: 400;
	height: 34px;
	margin-bottom: 5px;
}

.account_settings_box input[name=current_pass] {
	display: block;
	margin-bottom: 20px;
}

.account_settings_box .big {
	font-size: 24px;
	color: #666;
}

.inline_button {
	float: none !important;
	display:inline;
	height: 34px;
	padding: 5px 20px;
	font-size: 14px;
}

.account_settings_box .block {
	margin-top: 5px;
	color: #666;
	font-weight: 400;
	font-size: 16px;
}


.inner_section {
		
		
}

.purchase_history_list table {
	width: 100%;
	margin-bottom: 20px;

}

.purchase_history_list {
	font-weight: 400;
	font-size: 14px;
	color: #888;	
}

.purchase_history_list .no_purchases {
	margin: 20px;
	font-size: 14px;
	margin-left: 0px;
}

.purchase_history_list table td,th {
	
	border: 1px solid #eee;
	border-width: 0px 0px 0px 0px;
	border-radius: 5px;
	padding: 5px;
	background-color: #f9f9f9;
	font-weight: 400;
	font-size: 14px;
	color: #444;
}

.purchase_history_list table th {
	text-align: left;
	padding: 10px;
	background-color: #eee;
	color: #666;
	font-weight: normal;
	border: none;	
}

.sub_completed td {
	color: #aaa !important;
}

.history_products_table {
	margin: 0px !important;
	border-radius: 3px !important;
	width: 100% !important;
}

.history_products_table td, th {
	padding: 10px !important;	
	border-radius: 3px !important;	
}

.history_products_cell {
	display: none;	
}

.purchase_item {
	color: #888;
}

.purchase_item hr {
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	margin-top: 30px;
	margin-bottom: 30px;	
}

.purchase_item .purchase_price {
	font-size: 24px;
	color: #333;
}

.purchase_item table {
	margin: auto;	
}

.purchase_item table td {
	vertical-align: top;
	padding-right: 20px;
}

.purchase_item table td h4 {
	color: #333;
	margin:0px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
}

.purchase_item table td img {
	border-radius: 5px;
	border: 1px solid #ccc;
	border-width: 1px 3px 3px 1px;
}

#purchase_item_cover {
	max-width: 130px;
	max-height: 230px;	
	
}

#purchase_introduction {
	margin: auto;
	margin-top: 20px;
	color: #333;
	font-weight: 400;
}

#purchase_buttons {
	margin: auto;	
	margin-bottom: 30px;
	max-width: 800px;
}

#purchase_buttons img {
	margin-right: 10px;	
	margin-bottom: 10px;
	margin-top: 10px;
}

#wait_box {
	display: none;
	width: 270px;
	height: 170px;
	background-color: #fff;	
	background-image: url(/lehti/img/grad_300.png);
	background-repeat: repeat-x;
	padding: 15px;
	padding-top: 15px;
	border: 4px solid #eee;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	text-align: center;
}

#wait_box div {
	margin: auto;
	margin-top: 15px;
	height: 120px;
	font-size: 20px;
	font-weight: 400;
	color: #888;
}

#wait_box img {
	margin: auto;
	text-align: center;	
	margin-bottom: 20px;
}

.hilight_ribbon {
	width: 32px;
	position: absolute;
	left: 70px;
	z-index: 89999;
	margin-top: -1px;
}

#library_purchase_message {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	margin: 5px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 5px rgba(0,0,0,.1);
	font-weight: 400;
}

#library_purchase_message h4 {
	font-size: 24px;
	color: #888;
	margin: 0px;
	font-weight: 400;
}

.content_section p {
	margin-top: 0px;
	font-weight: 400;
	color: #444;
	font-size: 16px;
}

.welcome-columns {
	display: flex;
	justify-content: space-between;
}

.welcome-columns * {
	box-sizing: border-box;
}

.welcome_col {
	box-sizing: border-box;
	padding: 15px;
	max-width: 32%;
	flex-grow: 1;
	/*border: 1px solid red;*/
	border-radius: 10px;
	float: left;
	background-image: url(/lehti/img/grad_100.png);
	background-repeat: repeat-x;
	
}

.welcome_col input[type=text], .welcome_col input[type=password] {
	width: 100%;
}

.welcome_col h3 {
	color: #555;	
}


.content_login {
	width: 390px;	
}

.inner_section h2 {
	margin-top: 0px;
	font-weight: lighter;
	font-size: 120%;
}

.welcome_v_divider {
	display: none;
	width: 32px;
	float: left;	
	margin-right: 6px;
	height: 200px;
	position: relative;
}

.welcome_v_divider div {
	position: absolute;
	top: 50%;
	width: 24px;
	border-radius: 5px;
	padding: 5px;
	background-color: #f5f5f5;
	font-size: 13px;
	color: #666;
	text-align: center;
}

#welcome_anonymous_login_info {
	padding: 20px;	
	border: 1px solid #eee;
	border-radius: 10px;
	font-size: 15px;
	background-color: #eee;
}

#welcome_anonymous_login_info p {
	font-size: 15px;
}

.anonymous_credentials {
	box-sizing: border-box;
	background-color: #fff;
	padding: 20px;
	border: 1px dashed #ddd;
	font-size: 20px;
	width: auto;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 20px;
}

.popup_message {
	
	padding: 15px;
	padding-top: 15px;
	
	width: 100%;
	max-width: 440px;

	background-color: #fff;
	border-radius: 10px;
	
	z-index: 9999999;
}

.popup_message h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}

.popup_message p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 15px;
}
.popup_message .action_button {
	margin-top: 2em;
	width: 100%;
}

.popup_message .two_buttons .action_button {
	display: inline;
	position: relative !important;
	top: 0px;
	width: auto;	
}

.popup_message .two_buttons .action_button {
	display: inline;
	width: auto;	
}

.tss-columns {
	display: flex;
	align-items: center;
}

.two_buttons {
	margin-top: 20px;
}


#subscriber_code_box {

	padding: 20px;	
	
	width: 100%;
	max-width: 440px;

	background-color: #fff;
	border-radius: 10px;
	
	z-index: 9999999;
}

#subscriber_code_box h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}

#subscriber_code_box p {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 15px;
}

#subscriber_code_box input[type=text] {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	width: 200px;
	font-size: 13px;
	font-weight: 400;
	height: 34px;
	margin-bottom: 5px;
	font-size: 16px;
}


#forgot_pass_box {
	
	background-image: url(/lehti/img/grad_300.png);
	background-repeat: repeat-x;
	padding: 15px;
	padding-top: 15px;
	
	width: 100%;
	max-width: 450px;
	height: auto;

	border: 4px solid #eee;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	
	z-index: 9999999;
}

#forgot_pass_box h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}

#forgot_pass_box p {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 15px;
}

#forgot_pass_box input[type=text] {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	width: 200px;
	font-size: 16px;
	font-weight: 400;
	height: 34px;
	margin-bottom: 5px;
}

#top_menu_logout_button {
	font-weight: 400;
}

#top_menu_logout_button b {
	display: inline-block;
	overflow: hidden;
	max-width: 150px;
	white-space: nowrap;
	color: #00bbff;
	text-overflow: ellipsis;
	vertical-align: middle;
}


#purchase_receipt {
	padding: 20px;
	font-size: 15px;
}

#purchase_receipt h2 {
	margin-top: 0px;
	font-weight: 400;
	color: #666;
}

#purchase_receipt h4 {
	margin-top: 0px;
	margin: 0px;
}

#purchase_receipt table {
	margin-top: 20px;
	border-collapse:collapse;
	border: 1px solid #ddd;
	min-width: 100%;
}

#purchase_receipt table td {
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 15px;
}

#purchase_receipt #purchase_items_total {
	color: #444;
	text-align: right;
}

.receipt_footer {
	font-size: 13px;
	color: #444;
}

#purchase_total {
	font-weight: bold;
}

.search_results {
	list-style: none;
	padding: 0px;
}

.search_results li {
	clear: both;
	padding: 10px;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	padding-top: 20px;
}

.search_results li img {
	width: 80px;
	margin-right: 20px;
	display: block;
	float: left;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-width: 1px 1px 3px 1px;
}

.result_info {
}

.result_title {
	font-size: 20px;
	font-weight: 400;
}

.result_pg {
	font-size: 16px;
	color: #999;
	margin-top: 5px;
}

.result_excerpt {
	font-size: 15px;
	margin-top: 5px;	
	font-weight: lighter;
}

.result_button {
	float: left;
	width: auto;
	margin-top: 10px;
	background-color: #999;
	color: #fff;
	padding: 6px 15px;
	border-radius: 30px;
	/*
	border: 1px solid #777;
	border-width: 0px 0px 2px 0px;
	*/
	border-width: 0;
	cursor: pointer;
	font-size: 15px;
}

.footer_menu a {
	text-decoration: none;
}

#footer a {
	text-decoration: none;
	color: inherit;
}

.contact_info_box {
	padding: 20px;	
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.contact_info_box p {
	margin:0px;	
}

#top_bar {
	padding-top: 20px;
	border-top: 1px solid #ccc;
	margin-bottom: 30px;
}

.checkout-item {
	display: flex;
	justify-content: center;
}

.checkout-cover img {
	border: 1px solid #eee;
}

.checkout-info {
	margin-left: 30px;
}

.checkout-item .purchase_price {
	margin: 20px 0;
}

.checkout-item h4 {
	margin-top: 0;
}

.login_button_fb {
	font-size: 70%;
}

.login_button_fb div {
	padding-left: 20px;
}

.tss-table table td, .tss-table table th {
	font-size: 16px !important;
}

#user_account_menu .menu-username {
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	text-overflow: ellipsis;
	border-bottom: 1px solid #eee;
}

#user_account_menu .menu-username:hover {
	font-weight: bold;
}


.signup-inputs {
	display: none;
	animation: fadeIn .3s ease-out;
}

.signup .signup-inputs {
	display: block;
}

.signup .login-inputs {
	display: none;
}

.activate-sub-code {
	margin-bottom: 20px;
}

.activate-sub-code {
	color: #1af;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
}

.activate-sub-code a {
	text-decoration: none;
}

.checkout-cover img {
	max-width: 240px;
	width: 100%;
}

.issue-section {
	margin-bottom: 0;
}

button, input[type=submit] {
	appearance: none;
	-webkit-appearance: none;
}

.sidebar-login-button {
	display: none;
}

@media (max-width: 1000px) {
	#top_menu {
		font-size: 85%;
	}

	#top_menu_search {
		padding-left: 0;
	}

	#top_menu_search input[type=text] {
		width: 100px;
	}
}

@media (max-width: 800px) {

	.welcome-columns {
		display: block;
	}

	.welcome_col {
		float: none;
		max-width: 100%;
		width: 100%;
	}

}

@media (max-width: 767px) {

	.sidebar-login-button {
		display: block;
	}

	#top_bar {
		padding: 0;
		margin-bottom: 0px;
	}

	#content_info_left {
		float: none;
		width: 100%;
		margin-right: 0px;
	}

	.content-columns {
		display: block;
	}

	#info_issue_cover_preview_button {
		position: relative;
		margin: auto;
		margin-top: -50px;
	}

	#info_issue_selector_code {
		width: 100%;
		box-sizing: border-box;
	}

	#info_issue_selector {
		margin: auto;
		margin-top: 30px;
		margin-bottom: 10px;
		max-width: 230px;
		position: relative;
	}

	#logo_img {
		width: 100%;
	}

	#top_menu {
		animation: fadeIn .2s ease-out;
		position: absolute;
		width: 100%;
		left: 0;
		padding: 0 20px;
		box-sizing: border-box;
		background-color: #fff;
		padding-bottom: 30px;
		box-shadow: 0px 5px 5px rgba(0,0,0,.2);
		z-index: 999999;
		display: none;
		margin-top: 20px;
	}

	.menu-open #top_menu {
		display: block;
	}

	#top_menu .top_menu_button a {
		display: inline;
		width: auto;
		font-size: 14px;
		font-weight: bold;
	}

	#top_menu #top_menu_login_button {
		margin-top: 30px;
		display: block;
	}

	#top_menu_search form {
		box-sizing: border-box;
		width: 100%;
	}

	#top_menu_search input[type=text] {
		box-sizing: border-box;
		width: 100%;
		height: 45px;
	}

	#logo_bar {
		justify-content: left;
	}

	#logo_bar .menu-toggle {
		cursor: pointer;
		display: block;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-webkit-tap-highlight-color: transparent;
	}

	.menu-open #logo_bar .menu-toggle-open {
		display: none;
	}

	.menu-open #logo_bar .menu-toggle-close {
		display: block;
	}


	#top_menu li {
		display: flex;
		align-items: center;
		height: 50px;
		float: none;
		width: 100%;
	}

	#top_menu_search {
		padding: 0;
	}

	#top_menu .top-login-menu {
		height: auto;
		margin-top: 20px;
		display: block;
		float: none;
		justify-content: flex-start;
	}

	#user_account_menu {
		margin: 0;
		margin-top: 20px;
		border: 0;
		padding: 0;
		width: 100%;
		position: initial;
		font-size: 100%;
		box-shadow: none;
	}

	#user_account_menu li {
		box-sizing: border-box;
		padding: 0;
		padding-left: 20px;
		font-size: 100%;
	}

	#app_container {
		padding: 20px;
		padding-top: 1px;
	}

	.floating_section {
		width: 48.5%;
		margin-right: 1.5%;
		float: left;	
		clear:none !important;	
		background-color: #f5f5f5;
	}

	#info_issue_published {
		float: none;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: left;
	}

	#footer {
		padding: 10px 0;
		padding-top: 20px;
	}

	.action_button, .secondary_button {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 10px !important;
	}

	.two_buttons .action_button, .two_buttons .secondary_button {
		display: inline;
		width: auto;
	}

	.inline_button {
		display: inline;
		width: auto;
	}


}

@media (max-width: 500px) {

	#library_issues_list li {
		width: 33.3%;
	}

	.floating_section {
		width: 100%;
		float: left;	
		clear:none !important;	
		background-color: #f5f5f5;
	}

	.checkout-item {
		display: block;
		text-align: center;
	}

	.checkout-info {
		margin-top: 30px;
		margin-left: 0px;
	}

	.checkout-item .purchase_price {
		margin: 20px 0;
	}

	.checkout-item h4 {
		margin-top: 0;
	}

}

@media (max-width: 370px) {

	#library_issues_list li {
		width: 50%;
	}

}

@keyframes fadeIn {
	0% {  opacity: 0; }
	100% {  opacity: 1; }
}


.subscriber-activation {
	padding: 2em;
	background-color: #eee;
}

.subscriber-activation .action_button {
	padding: .8em 2em;
}

.subscriber-activation > div {
	margin: .5em 0;	
}

.subscriber-activation input[type=text] {
	font-size: 100%;
	width: 100%;
	padding: .5em;
	border: 1px solid #999;
	border-radius: .4em;
	box-sizing: border-box;
}

