body
{
   background-color: #FFFFFF;
   color: #555555;
   font-family: "Roboto";
   font-weight: 300;
   font-size: 19px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#help-header
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: #DC0303;
   background-image: none;
   border: 0px solid #DC0303;
   box-sizing: border-box;
   font-size: 0;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #DC0303;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 600px;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0 20px 0 20px;
   margin: 0;
   text-align: center;
}
#wb_Text2
{
   color: #FFFFFF;
   font-family: Roboto;
   font-weight: normal;
   font-size: 32px;
   line-height: 38.5px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 20px 0 20px;
   margin: 20px 30px 20px 30px;
   text-align: justify;
}
#wb_Text1 div
{
   text-align: justify;
}
#wb_Text1
{
   display: block;
   margin: 20px 30px 20px 30px;
   box-sizing: border-box;
   width: calc(100% - 60px);
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 20px 0 20px;
   margin: 0 30px 20px 30px;
   text-align: justify;
}
#wb_Text3 div
{
   text-align: justify;
}
#wb_Text3
{
   display: block;
   margin: 0 30px 20px 30px;
   box-sizing: border-box;
   width: calc(100% - 60px);
}
#wb_instrukce {
   margin: 0 30px 10px 30px;
}
#instrukce, #wb_instrukce p {
   font-family: Roboto;
   font-size: 19px !important;
   font-weight: 300;
   color: #555555;
}
#instrukce li {
   margin: 8px 0;
}
#instrukce strong {
   font-weight: 400;
}
#instrukce em {
   font-weight: 400;
   font-style: normal;
   color: #dc0303;
}
#instrukce code {
   font-family: "Lucida Console", "Courier New", Courier, monospace;
   font-weight: 400;
   font-style: normal;
   color: #dc0303;
}
