p
{
-webkit-margin-before: 6px;
    -webkit-margin-after: 6px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


#Show_story_body
{
padding-left: 22px;
padding-right: 22px;

text-align: justify;
}
#SS_text
{
padding-bottom: 12px;
}
.SS_option_def
{
margin: 16px;
padding:6px;
padding-left: 12px;
margin-left: 44px;
margin-right: 44px;
border-radius: 7px;
font-style: italic;
border: 1px rgba(0,0,0,0.4) solid;  
background-color: rgba(255,255,255,0.5);
background-color: white;
border-style: inset;
}
.SS_option, .SS_was_active
{
text-shadow: 0px 0px 0px rgba(0,0,0,1);
font-style: normal;
transition: background-color 0.4s ease, border-color 0.4s ease ;
cursor: pointer;

}
.SS_was_active
{    
cursor: default;
background-color: white;
border: 1px rgba(0,0,0,0.6) solid;
}
.SS_option:hover
{
padding: 5px;
padding-left: 11px;
background-color: rgb(239,239,239);
border: 2px rgba(0,0,0,1) solid;
}

.SS_option_off
{
border: 1px rgba(0,0,0,0.1) solid;
color: rgb(136,136,136);
}

#Bottom_line
{
position:relative; 
bottom: -50px;
text-align: center;
}
#Bottom_line > div
{

}
#SS_bl_reset, #SS_bl_back
{
cursor:pointer;
display: inline-block;
position:absolute;
}
#SS_bl_reset { left: 0px;}
#SS_bl_back { right: 0px;}
#Bottom_line
{
color: rgb(80,80,80);
//text-shadow: 0px 0px 2px rgba(0,0,0,0.4);

}
#SS_bl_back > a
{
color: rgb(80,80,80);
}
#BL_left {width: 44%; display: inline-block; text-align:right;}
#BL_center{width: 10%; text-align:center; display: inline-block;}
#BL_right {width: 44%; display: inline-block; text-align:left;}

.SS_Achi, .SS_konec, .SS_konec_bad
{
box-shadow: 0 0 6px 1px blue ;
margin-left: 10%;
width: 80%;
border: 1px black solid;
background-color: white;
border-radius: 6px;
padding: 6px;
padding-top: 8px;
margin-top: 22px;
min-height: 44px;
}
.Show_aname
{
font-weight: bold;
}
.SS_achi_zamek
{
height: 46px;
width: auto;

float:left;
margin-right: 8px;
}
.SS_konec
{
box-shadow: 0 0 6px 1px green ;
}
.SS_konec_bad
{
 box-shadow: 0 0 6px 1px red ;
}
