@charset "UTF-8";
#patch-warpper {
	z-index: 4;
    position: absolute;
    top: 85px;
    left: 1.25em;
	font-size:xx-small;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.quest-info {
	margin-bottom: 15px;
}
.quest-category {
	font-size: x-small;
	margin: 0.25em;
}
.quest-category > a {
	margin: 0 0.5em;
	background-color: rgb(255, 204, 0);
}
.quest-category > span {
	margin: 0 0.5em;
}
.quest-outer{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: baseline;
    align-items: baseline;
	border-bottom: solid 1px rgb(0,0,0);
    border-left: solid 2px rgb(0,0,0);
    padding: 0 1em;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
	background-image: url("/static/img/background/Three_Great_Continents.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
h4.quest-name-link{
	margin:0;
}
h4.quest-name-link > a{
	background-color: rgba(0, 0, 0, 0.4);
}
.quest-level{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.browsing_level {
	width: 2em;
    height: 2em;
    border: solid 2px rgba(0,0,0,0);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    margin: 0 2px 0 2px;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.lodestone_link{
	text-align: right;
    margin: 4px 15vmin 0 0;
    font-size: xx-small;
}
.lodestone_link > a {
	background-color: rgba(0,0,0,1);
}
.lodestone_link > a > img {
	width: 64px;
}

.sub_names {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1.5em 0.5em;
    font-size: xx-small;
}
.sub_names > div {
	margin: 0.25em;
	border-radius: 0.5em;
    box-shadow: 1px 1px 5px #aaa;
    padding: 0.25em;
}
.appearance-quest > div > div {
    margin: 1.5em 0 0 0;
    padding: 0.25em 0.5em;
    font-size: xx-small;
}
.appearance-quest > div > p {
    margin: 0;
}
@media screen and (orientation:landscape) {
}
@media screen and (min-width: 768px) and (orientation: portrait) {
	#patch-warpper {
	    left: 2em;
	}
	.quest-category {
		font-size: small;
	}
 	.sub_names {
	    font-size: small;
	}
	.lodestone_link {
		margin: 4px 72px 0 0;
	}
}
@media screen and (min-height: 768px) and (orientation:landscape) {
	#patch-warpper {
	    left: 2em;
	}
	.quest-category {
		font-size: small;
	}
 	.sub_names {
	    font-size: small;
	}
	.lodestone_link {
		margin: 4px 72px 0 0;
	}
}
