@import "./base.css";

.order-links {
	font-size : large;
	border : double 3px;
	margin-left : 20%;
	margin-right : 20%;
	padding : 1.0em;
}

.order-links > ul {
	list-style-type : none;
}

.order-links li {
	width : 16.0em;
	margin-top : 0.2em;
	margin-left : auto;
	margin-right : auto;
}

.button {
	display : inline-block;
	vertical-align : bottom;
	width : 6.0em;
	font-size : x-large;
	padding : 0.25em 0.8em;
}

.button:link, .button:active, .button:visited {
	color : #FFFFFF;
	text-decoration : none;
	background-image : url(./button-a.png);
}

.button:hover {
	background-image : url(./button.png);
}

.writers {
	list-style-type: none;
	padding-left : 0px;
}
.writers > li {
	display : inline;
}

h3.title + h4 {
	margin-left : 2.0em;
}
.index {
	display : inline-block;
	margin-top : 0px;
	margin-bottom : 0px;
}

.index .title, /index .writer {
	display : inline-block;
}

.index .title {
	margin-right : 1.0em;
}

.index .writer {
	font-size : 0.8em;
}

p strong {
	color : orange;
}

.support-list > li {
	display : inline-block;
	list-style-type : none;
	text-align : left;
	width : 15.0em;
	font-size : 0.8em;
}

.support-list > li > a {
	display : block;
}

.support-list > li > a > p {
	margin : 0px;
}

.support-list > li > a > :first-child + * {
	margin-top : 1.0em;
}

.support-list > li > a > p > img {
	margin : 0px;
	height : 150px;
}

.like-button {
	padding-top : 20px;
	padding-left: 35px;
	clear:both;
}
.like-button div {
	display:inline-block;
}

.wp-list > li {
	display : inline-block;
	width : 14.0em;
	vertical-align : top;
}
.wp-list img {
	width : 12.0em;
}
