h1 {
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
  }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: inherit;
}

.mainflexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%    
}

.flexitem-side {
    max-width: 100%;
}

.inputbox {
    min-width: 300px;
    min-height: 30px;
    padding: 5px;
    border-width: 1px;
    border-color: #bbbbbb;
    border-radius: 5px;
    display: block;
}

.sinkinputbox {
    min-width: 100%;
    /* width: "100%"; */
    min-height: 30px;
    padding: 5px;
    border-width: 1px;
    border-color: #bbbbbb;
    border-radius: 5px;
    display: block;
}

.div-center {
    text-align: center;
}

.button-blue {
    background-color: #6766ff;
    color: #ffffff;
    min-width: 300px;
    min-height: 30px;
    padding: 15px;
    border: none;
    border-radius: 5px;
    display: block;   
    cursor:pointer; 
}

.button-edit {
    background-color: #6766ff;
    color: #ffffff;
    min-width: 100%;
    min-height: 20px;
    padding: 15px;
    border: none;
    border-radius: 5px;
    display: block;    
    cursor:pointer;
}

.button-delete {
    background-color: #ff4c35;
    color: #ffffff;
    min-width: 100%;
    min-height: 20px;
    padding: 15px;
    border: none;
    border-radius: 5px;
    display: block;    
    cursor:pointer;
}

.button-create {
    background-color: #14cc99;
    color: #ffffff;
    min-width: 100%;
    min-height: 20px;
    padding: 15px;
    border: none;
    border-radius: 5px;
    display: block;   
    cursor:pointer; 
}

.generic-container {
    padding: 10px;
}

.logo {
    max-width:300px;
    padding: 20px;
}

.banner {
    width:100%;
    max-height:200px;
    object-fit: cover;
}

.inputform {
    padding-top: 10px;
    padding-bottom: 10px;
}

.flexitem-mid {
    max-width: 900px;
}

.lumo-header {
    text-align: left;
    color: #222222;
}

.lumo-footer {
    margin-top: 50px;
    padding: 30px;
    color: #eeeeee;
    background-color: #222222;
    text-align: center;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  table td, th {
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 1.2;    
  }
  
  .optionstable td, th {
    border: 0px solid #ddd;
    padding: 15px;
    line-height: 1.2;
  }
  table tr:nth-child(even){background-color: #f2f2f2;}
  
  table tr:hover {background-color: #ddd;}
  
  table th {
    text-align: left;
    background-color: #444444;
    color: white;
  }

label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 400;
}

.option-input-number {
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
    border-width: 1px;
    border-color: #bbbbbb;
}

button {
    font-size:14px;
}

input {
    font-size:14px;
}

label {
    font-size:14px;
}
