@media print {
   body {
      font-family:"Courier new";
   }
   #print_colored{
        background-color: #cee7cb !important;
   }
}
#print_colored{
   background-color: #cee7cb !important;
}
#td, #td_print, #td_warning, #td_opacity{
   background-color: #65b35b;
   color:white;
   border-radius: 6px;
   padding:10px;
   font-size:inherit;
}
#td_gap{
   background-color: white;
   color:white;
   padding:10px;
   font-size:inherit;
}
#td_print{
   background-color: #407a38;
}
#td_warning{
    background-color: red;
}
#td_opacity{
  opacity: 0.5;
}
#big_tab_mobile > #td, #big_tab_mobile > #td_print, #big_tab_mobile > #td_warning, #big_tab_mobile > #td_opacity{
   border-radius: 20px;
   padding:20px;
}
.login_input{
  border: 1px solid gray;
  font-family:"Courier new";
  width:100%;
}
.login_button{
  background-color: #65b35b;
  font-family:"Courier new";
  width:100%;
}
.login_mob{
  font-size:60px;
  border-radius: 20px;
  padding:10px;
}
.login_pc{
  font-size:20px;
  border-radius: 6px;
  padding:10px;
}

table{
    font-size:inherit;
    border-collapse: separate;
    border-spacing: 2px;
}
#big_tab_mobile table{
    border-spacing: 5px;
}
p:hover{
   background-color: #3d8f24;
}
body{
   font-family:"Courier new";
}
#big_tab_pc{
   background-color: white;
   height:88%; width:100%; position: absolute; top: 12%; bottom: 0; left: 0; right: 0;
   line-height: 120%;
   font-size:20px;
}
#big_tab_mobile{
   background-color: white;
   height:87%; width:100%; position: absolute; top: 13%; bottom: 0; left: 0; right: 0;
   line-height: 120%;
   font-size:60px;
}
#header_pc{
   background-color: #65b35b;
   color: white;
   height: 12%; width:100%; position: absolute; top: 0; left: 0; right: 0;
   margin: 0px;
   padding:0;
   font-size:20px;
}
#header_mobile{
   background-color: #65b35b;
   color: white;
   height: 13%; width:100%; position: absolute; top: 0; left: 0; right: 0;
   margin: 0px;
   padding:0;
   font-size:60px;
}
#biger_tab{
   background-color: white;
   height:100%; width:100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
}
a{
  color:white;
  text-decoration: none;
}
a:visited{
  color:white;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  color: black;
}
#white_td a{
  color:black;
}
#white_td a:visited{
  color:black;
}
#white_td a:hover{
  color:#65b35b;
}
#white_td_text_opacity{
  color: #bfbfbf;
}
#white_td_text_opacity a{
  color: #bfbfbf;
}
#white_td_text_opacity a:visited{
  color:#bfbfbf;
}
#white_td_text_opacity a:hover{
  color:#a7f59d;
}
#line{
  padding-top: 2px;
  background: #65b35b;
}
#line_light{
  padding-top: 2px;
  background: #a7f59d;
}
#line_light_slim{
  padding-top: 1px;
  background: #a7f59d;
}
#gap{
  padding: 20px;
}
#gap_slim{
  padding: 7px;
}
#gap_slimer{
  padding: 2px;
}
input{
  font-size:inherit;
  font:inherit;
  background-color: inherit;
  color:inherit;
  border-width: 2px;
  border-color: transparent;
  border-style: inset;
  cursor:pointer;
  padding: 0px 10px;
}
::placeholder {
  color: white;
}
input[type=number] {
    height: 100%;
    width: 150px;
    margin: 0px 0;
    padding: 0px 0px;
    text-align: right;
    padding-right: 0px;
    background-color: #65b35b;
    border: none;
    color: white;
    font-size:inherit;
    font:inherit;
}
#big_tab_mobile input[type=number]{
    width: 180px;
}
button[type=submit], #button{
    width: 100%;
    background-color: #65b35b;
    color: white;
    border: none;
    cursor: pointer;
    padding: 0px 10px;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: normal;
    font-size:inherit;
    font:inherit;
}
button[type=submit]:hover, #button:hover{
    background-color: #65b35b;
    color:black;
    border: none;
    border-color: #65b35b;
    text-decoration: none;
}
button[type=submit]:focus {
  background-color: #65b35b;
  outline: 0;
}
select {
    width: 100%;
    background-color: #65b35b;
    color: white;
    border: none;
    cursor: pointer;
    padding: 0px 10px;
    text-decoration: none;
    font-weight: normal;
    font-size:inherit;
    font:inherit;
    text-align:right;
}

input[type=radio] {
  height: 20px;
  width: 20px;
  margin: 5px;
  border-radius: 50%;
}

input[type=checkbox] {
  height: 20px;
  width: 20px;
  margin: 5px;
}

#popisek_graf{
    transform: rotate(270deg);
    font-size:15px;
}
#red{
  background-color: red;
}
