.notice {
  width: 200px;
  min-height: 5vh;
  margin: auto;
  border: 1px solid grey;
  background-color: red;
  color: white;
  display: flex;
  font-weight: bold;
  font-size: large;
  justify-content: center;
  text-align: center;
  align-items: center;
  
}

.myDiv {

    width: 300px;
	  margin: auto;
  	border: 1px solid grey;
	  background-color: white;
	  color: black;
    text-align: center;
}

.btnCreate {
    border: 1px solid black;
    background-color: #555555;
    color: white;
    padding: 10px 10px;
    font-size: 16px;
    cursor: pointer;
    text-align:center;
    text-decoration:none;
    border-radius: 15px;
}
.btnCreate {
  transition-duration: 0.4s;
}

.btnCreate:hover {
  background-color: #a4f26f;
  color: black;
}


.btnDelete {
    border: 1px solid black;
    background-color: #555555;
    color: white;
    padding: 10px 10px;
    font-size: 16px;
    cursor: pointer;
    text-align:center;
    text-decoration:none;
    border-radius: 15px;
}

.btnDelete {
  transition-duration: 0.4s;
}

.btnDelete:hover {
    background-color: red;
    color: white;
}


#t01 {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #t01 td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    width: 200px;
    text-align: center;

  }
  
  #t01 tr:nth-child(even) {
    background-color: #dddddd;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

.menuButton {
    background-color: black; /* Green */
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 10px;
    width: 300px;
  }
  
  .menuButton {
    transition-duration: 0.4s;
  }
  
  .menuButton:hover {
    background-color: #a4f26f;
    color: black;
  }

  .menu ul {
    list-style-type: disc;
    margin: 2;
    padding: 2;
    line-height: 2.5em;
  }


.inselect {
    color: blue;
}


/*icon styles*/
.fi-social-facebook {
    color: dodgerblue;
    font-size: 2rem;
  }
  .fi-social-youtube {
    color: red;
    font-size: 2rem;
  }
  .fi-social-pinterest {
    color: darkred;
    font-size: 2rem;
  }
  i.fi-social-instagram {
    color: brown;
    font-size: 2rem;
  }
  i.fi-social-tumblr {
    color: navy;
    font-size: 2rem;
  }
  .fi-social-twitter {
    color: skyblue;
    font-size: 2rem;
  }




.topbar-responsive {
  background: #2c3840;
  padding: 2rem 2rem;
}

.topbar-responsive .topbar-responsive-logo {
  color: #fefefe;
  vertical-align: middle;
}

.topbar-responsive .menu {
  background: #2c3840;
}

.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}

.topbar-responsive .menu a {
  color: #fefefe;
  transition: color 0.15s ease-in;
}

.topbar-responsive .menu a:hover {
  /*color: #c6d1d8;*/
    color: #09f009;
  
}

/* Create 3 equal columns that floats next to each other */
.column {
  float: left;
  width: 33%;
  padding: 10x;
}

/* Create 1 column */
.col1 {
  float: center;
  width: 100%;
  padding: 10px;
}

/* Create 2 equal columns that floats next to each other */
.col2 {
  float: center;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    /* float: left; */
    width: 50%;
    /* padding: 10px; */
  }
  
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    /* float: left; */
    width: 100%;
    /* padding: 10px; */
  }
  
}

.topbar-responsive .menu .topbar-responsive-button {
  color: #fefefe;
  border-color: #fefefe;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover {

  color: #c6d1d8;
  border-color: #c6d1d8;
}



@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    /* padding: 0.75rem; */
    padding: 1rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    border: 1px solid #fefefe;
    border-radius: 2px;
    /* padding: 0.25rem 0.45rem; */
    padding: 0rem 0rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
  }
}



table.a {
    table-layout: auto;
  }
  
  div.ofY {
    overflow-y: auto;
  }
  
  
  
  @charset "UTF-8";
  
  .contact-panel-button {
    background: #0a0a0a;
    color: #fefefe;
    width: auto;
    padding: 0.25rem 1.25rem;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 20px;
    transition: background 0.25s ease-in-out;
  }
  
  .contact-panel-button:after {
    content: "⥣";
    margin-left: 5px;
  }
  
  .contact-panel-button:hover {
    background: #242424;
    color: #f0f0f0;
  }
  
  .is-active .contact-panel-button:after {
    content: "⥥";
  }
  
  .contact-panel {
    padding: 1rem;
    z-index: 1;
    background: #0a0a0a;
    width: 350px;
    height: 375px;
    position: fixed;
    bottom: -375px;
    right: 20px;
    transition: bottom 0.5s ease-in-out;
  }
  
  .contact-panel label {
    color: #fefefe;
    width: 100%;
  }
  
  .contact-panel input[type="text"],
  .contact-panel input[type="email"],
  .contact-panel textarea {
    background: #303030;
    border: #0a0a0a;
    transition: background 0.3s ease-in-out;
  }
  
  .contact-panel input[type="text"]:focus,
  .contact-panel input[type="email"]:focus,
  .contact-panel textarea:focus {
    background: #fefefe;
  }
  
  .contact-panel .contact-panel-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .contact-panel .submit-button {
    margin-bottom: 0;
  }
  
  .contact-panel .cancel-button {
    margin-bottom: 0;
    padding: 0.75rem 1rem;
    color: #fefefe;
    transition: background 0.25s ease-in-out;
  }
  
  .contact-panel .cancel-button:hover {
    background: #242424;
    color: #f0f0f0;
  }
  
  .contact-panel.is-active {
    bottom: 0;
  }
  
  @media screen and (max-width: 39.9375em) {
    .contact-panel {
      width: 100%;
      right: 0;
    }
  }
  
  .translucent-form-overlay {
    max-width: 600px;
    width: 100%;
    background-color: rgba(54, 54, 54, 0.8);
    padding: 20px;
    color: #fefefe;
  }
  
  .translucent-form-overlay .columns.row {
    display: block;
  }
  
  .translucent-form-overlay h3, .translucent-form-overlay label {
    color: #fefefe;
  }
  
  .translucent-form-overlay input, .translucent-form-overlay select {
    color: #8a8a8a;
  }
  
  .translucent-form-overlay input::-webkit-input-placeholder {
    color: #8a8a8a;
  }
  
  .translucent-form-overlay input:-ms-input-placeholder {
    color: #8a8a8a;
  }
  
  .translucent-form-overlay input::placeholder {
    color: #8a8a8a;
  }
  
  
  
  .table-scroll {
      position:relative;
      max-width:600px;
      margin:auto;
      overflow:hidden;
      border:1px solid #000;
  }
  .table-wrap {
      width:100%;
      overflow:auto;
  }
  .table-scroll table {
      width:100%;
      margin:auto;
      border-collapse:separate;
      border-spacing:0;
  }
  .table-scroll th, .table-scroll td {
      padding:5px 10px;
      border:1px solid #000;
      background:#fff;
      white-space:nowrap;
      vertical-align:top;
  }
  .table-scroll thead, .table-scroll tfoot {
      background:#f9f9f9;
  }
  .clone {
      position:absolute;
      top:0;
      left:0;
      pointer-events:none;
  }
  .clone th, .clone td {
      visibility:hidden
  }
  .clone td, .clone th {
      border-color:transparent
  }
  .clone tbody th {
      visibility:visible;
      color:red;
  }
  .clone .fixed-side {
      border:1px solid #000;
      background:#eee;
      visibility:visible;
  }
  .clone thead, .clone tfoot{background:transparent;}
  

  /* Responsive-card-table */


.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}

@media screen and (max-width: 640px) {
  .responsive-card-table {
    
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #0a0a0a;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}