#header {
 color: #333;
 /* width: 900px; */
 float: left;
 padding: 10px;
 border: 0px solid #ccc;
 /* border-bottom: 1px solid; */
 height: 100px;
 margin: 10px 0px 5px 10px; 
 /* margin-left: 10px; */
 /* background-color:#F3F2ED; */
}

#footer { 
 /* width: 900px; */
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 /* border-top: 1px solid; */
 /* background-color:#F3F2ED; */
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#loginmenu { 
 /*! float: right; */
 display: block;
 margin: 30px 20px 0px 0px;
}

#logo { 
 margin: 10px 0px 0px 0px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 769px){
    #header {
    color: #333;
    /* width: 900px; */
    float: left;
    padding: 10px;
    border: 0px solid #ccc;
    /* border-bottom: 1px solid; */
    height: 100px;
    margin: 10px 0px 40px 0px;
    /* background-color:#F3F2ED; */
	display: inline;
	}
    
    #loginmenu { 
    /*! float: right; */
    display: block;
    margin: 30px 0px 0px 0px;
	text-align: center; 
    }
    
	#logo { 
    margin: 10px 0px 0px 60px;
    }
}

/*******************************
        From fomantic ui
*******************************/

/*******************************
            button
*******************************/

button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2 none;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0 0.25em 0 0;
  padding: 0.78571429em 1.5em 0.78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: bold;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.28571429rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  will-change: auto;
  -webkit-tap-highlight-color: transparent;
}
/*******************************
            States
*******************************/


/* --------------
      Hover
--------------- */
button:hover {
  background-color: #cacbcd;
  background-image: none;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  color: rgba(0, 0, 0, 0.8);
}
button:hover .icon {
  opacity: 0.85;
}

/* --------------
      Focus
--------------- */
button:focus {
  background-color: #cacbcd;
  color: rgba(0, 0, 0, 0.8);
  background-image: none;
  box-shadow: "";
}
button:focus .icon {
  opacity: 0.85;
}

/* --------------
      Down
--------------- */
button:active{
  background-color: #babbbc;
  background-image: "";
  color: rgba(0, 0, 0, 0.9);
  box-shadow: none;
}

button:disabled{
  cursor: default;
  opacity: 0.45 !important;
  background-image: none;
  box-shadow: none;
  pointer-events: none !important;
}

/*******************************
             Table
*******************************/


/* Prototype */
table {
  width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
  border-radius: 0.28571429rem;
  text-align: left;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.87);
  border-collapse: separate;
  border-spacing: 0;
}
table:first-child {
  margin-top: 0;
}
table:last-child {
  margin-bottom: 0;
}
table > thead,
table > tbody {
  text-align: inherit;
  vertical-align: inherit;
}


/*******************************
             Parts
*******************************/


/* Table Content */
table th,
table td {
  transition: background 0.1s ease, color 0.1s ease;
}

/* Rowspan helper class */
table th.rowspanned,
table td.rowspanned {
  display: none;
}

/* Headers */
table > thead {
  box-shadow: none;
}
table > thead > tr > th {
  cursor: auto;
  background: #f9fafb;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.92857143em 0.78571429em;
  vertical-align: inherit;
  font-style: none;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  border-left: none;
}
table > thead > tr > th:first-child {
  border-left: none;
}
table > thead > tr:first-child > th:first-child {
  border-radius: 0.28571429rem 0 0 0;
}
table > thead > tr:first-child > th:last-child {
  border-radius: 0 0.28571429rem 0 0;
}
table > thead > tr:first-child > th:only-child {
  border-radius: 0.28571429rem 0.28571429rem 0 0;
}

/* Footer */
table > tfoot {
  box-shadow: none;
}
table > tfoot > tr > th,
table > tfoot > tr > td {
  cursor: auto;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  background: #f9fafb;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429em 0.78571429em;
  vertical-align: inherit;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
table > tfoot > tr > th:first-child,
table > tfoot > tr > td:first-child {
  border-left: none;
}
table > tfoot > tr:first-child > th:first-child,
table > tfoot > tr:first-child > td:first-child {
  border-radius: 0 0 0 0.28571429rem;
}
table > tfoot > tr:first-child > th:last-child,
table > tfoot > tr:first-child > td:last-child {
  border-radius: 0 0 0.28571429rem 0;
}
table > tfoot > tr:first-child > th:only-child,
table > tfoot > tr:first-child > td:only-child {
  border-radius: 0 0 0.28571429rem 0.28571429rem;
}

/* Table Row */
table > tr > td,
table > tbody > tr > td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}
table > tr:first-child > td,
table > tbody > tr:first-child > td {
  border-top: none;
}

/* Repeated tbody */
table > tbody + tbody tr:first-child > td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}

/* Table Cells */
table > tbody > tr > td,
table > tr > td {
  padding: 0.78571429em 0.78571429em;
  text-align: inherit;
}

/* Icons */
table > i.icon {
  vertical-align: baseline;
}
table > i.icon:only-child {
  margin: 0;
}

/* Table Segment */
table.segment {
  padding: 0;
}
table.segment::after {
  display: none;
}
table.segment.stacked::after {
  display: block;
}


/* --------------
     Text Alignment
    --------------- */
table[class*="left aligned"],
table [class*="left aligned"] {
  text-align: left;
}
table[class*="center aligned"],
table [class*="center aligned"] {
  text-align: center;
}
table[class*="right aligned"],
table [class*="right aligned"] {
  text-align: right;
}

/* ------------------
     Vertical Alignment
    ------------------ */
table[class*="top aligned"],
table [class*="top aligned"] {
  vertical-align: top;
}
table[class*="middle aligned"],
table [class*="middle aligned"] {
  vertical-align: middle;
}
table[class*="bottom aligned"],
table [class*="bottom aligned"] {
  vertical-align: bottom;
}

/* obramowanie */
table > tr > th,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}

table > tr > th:first-child,
table > thead > tr > th:first-child,
table > tbody > tr > th:first-child,
table > tfoot > tr > th:first-child,
table > tr > td:first-child,
table > tbody > tr > td:first-child,
table > tfoot > tr > td:first-child {
  border-left: none;
}

/* Responsive */
@media only screen and (max-width: 769px) {
  table:not(.unstackable) {
    width: 100%;
    padding: 0;
  }
  table:not(.unstackable) > thead,
  table:not(.unstackable) > thead > tr,
  table:not(.unstackable) > tfoot,
  table:not(.unstackable) > tfoot > tr,
  table:not(.unstackable) > tbody,
  table:not(.unstackable) > tr,
  table:not(.unstackable) > tbody > tr,
  table:not(.unstackable) > tr > th:not(.rowspanned),
  table:not(.unstackable) > thead > tr > th:not(.rowspanned),
  table:not(.unstackable) > tbody > tr > th:not(.rowspanned),
  table:not(.unstackable) > tfoot > tr > th:not(.rowspanned),
  table:not(.unstackable) > tr > td:not(.rowspanned),
  table:not(.unstackable) > tbody > tr > td:not(.rowspanned),
  table:not(.unstackable) > tfoot > tr > td:not(.rowspanned) {
    display: block !important;
    width: auto !important;
  }
  table:not(.unstackable) > thead {
    display: block;
  }
  table:not(.unstackable) > tfoot {
    display: block;
  }
  table:not(.unstackable) > tr,
  table:not(.unstackable) > thead > tr,
  table:not(.unstackable) > tbody > tr,
  table:not(.unstackable) > tfoot > tr {
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  }
  table:not(.unstackable) > tr > th,
  table:not(.unstackable) > thead > tr > th,
  table:not(.unstackable) > tbody > tr > th,
  table:not(.unstackable) > tfoot > tr > th,
  table:not(.unstackable) > tr > td,
  table:not(.unstackable) > tbody > tr > td,
  table:not(.unstackable) > tfoot > tr > td {
    background: none;
    border: none;
    padding: 0.25em 0.75em;
    box-shadow: none;
  }
  table:not(.unstackable) > tr > th:first-child,
  table:not(.unstackable) > thead > tr > th:first-child,
  table:not(.unstackable) > tbody > tr > th:first-child,
  table:not(.unstackable) > tfoot > tr > th:first-child,
  table:not(.unstackable) > tr > td:first-child,
  table:not(.unstackable) > tbody > tr > td:first-child,
  table:not(.unstackable) > tfoot > tr > td:first-child {
    font-weight: bold;
  }
}