/*
Theme Name: Fukasawa Child Theme
Description: Childtheme angepasst for privat.gerpanese.de
Author: Philipp
Author URI: https://www.gerpanese.de
Template: fukasawa
Version: 1.0
Tags:
*/

body {background:#313131;}

.post-inner{width:auto;max-width:95%;}

.datebanner {
    /*width: 60%;
    padding: 3px;
    border: 1px solid #85c2ff;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    text-align: center;
    background: aliceblue;
    font-size: 0.8em;*/
	
	background-color: #9068BE;
	color: #ffffff;
    position: absolute;
    top: 23px;
    left: auto;
	right: 10px;
    display: inline-block;
	padding: 3px;
    text-align: center;
    z-index: 9;
    /*-webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;*/

}