.module{padding: 2px 10px;}
#main_panel .module{padding: 2px 20px;}

#right_panel .module.motto{padding: 5px 20px 20px;}
#right_panel .module.motto .top{background: url(img/motto.png) no-repeat;height: 30px;}
#right_panel .module.motto .full *{font-size: 18px;line-height: 1.5em;}
#right_panel .module.motto .full h2{display: none;}

#main_panel .module.blog .tresc {padding-bottom: 20px;}
#main_panel .module.blog .tresc *{font-size: 16px;line-height: 1.5em;}
#right_panel .module.blog{border-top: 2px solid silver;}


/* lista wpisów */
.module .links li{padding: 2px 0 0px 30px;background: url(img/5.png) no-repeat center left;font-size: 14px;}
.module .links li:hover{color: #395B5E;}


/* formularz kontaktowy */
#main_panel .module.kontakt{font-size: 16px;}
#main_panel .module.kontakt .top{background: url(img/kontakt.png) no-repeat;height: 30px;text-indent: -10000px;color: transparent;overflow: hidden;margin-top: 8px;}
#main_panel .form_sender form {margin: 15px 0;}
#main_panel .form_sender fieldset{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
#main_panel .form_sender fieldset.form_content{width: 100%;height: 100%;}
#main_panel .form_sender fieldset.dane{float: left;width: 50%;padding: 10px;}
#main_panel .form_sender fieldset.pytanie{padding: 10px;}
#main_panel .form_sender input[type="text"]{display: block;width: 100%;margin-bottom: 10px;color: #395B5E;}
#main_panel .form_sender input[type="email"]{display: block;width: 100%;margin-bottom: 10px;color: #395B5E;}
#main_panel .form_sender input[type="submit"]{display: inline;margin:0;}
#main_panel .form_sender textarea{width:100%;height: 92px;color: #395B5E;}
#main_panel .form_sender .button_panel{clear: both;text-align: right;padding: 0 10px 10px;}
#main_panel .form_sender .error{color: orangered;}

dl.date{}
dl.date dt{display: inline;}
dl.date dt::after{content: ": ";}
dl.date dd{display: inline;font-weight: bold;}
dl.date dd::after{content: "\a";}