body {
    font: 14px/1 'Roboto', sans-serif;
    color: #fff;
    background: #333;
    -webkit-font-smoothing: antialiased;
  }
  
  button,
  input,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    color: #fff;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  [placeholder]::-webkit-input-placeholder { color: rgba(255,255,255,.8); }
  [placeholder]:hover::-webkit-input-placeholder { color: rgba(255,255,255,.4); }
  [placeholder]:focus::-webkit-input-placeholder { color: transparent; }
  
  [placeholder]::-moz-placeholder { color: rgba(255,255,255,.8); }
  [placeholder]:hover::-moz-placeholder { color: rgba(255,255,255,.4); }
  [placeholder]:focus::-moz-placeholder { color: transparent; }
  
  [placeholder]:-ms-input-placeholder { color: rgba(255,255,255,.8); }
  [placeholder]:hover:-ms-input-placeholder { color: rgba(255,255,255,.4); }
  [placeholder]:focus:-ms-input-placeholder { color: transparent; }
  
  form {
    width: 400px;
    margin: 50px auto;
  }
  
  input[type="text"] {
    display: block;
    width: 400px;
    margin: 0 0 20px;
    padding: 8px 12px 10px 12px;
    border: 1px solid rgba(0,0,0,.5);
    background: rgba(0,0,0,.25);
  }
  
  textarea {
    display: block;
    width: 400px;
    height: 150px;
    margin: 0 0 20px;
    padding: 8px 12px 10px 12px;
    border: 1px solid rgba(0,0,0,.5);
    background: rgba(0,0,0,.25);
  }
  
  .radio {
    position: relative;
    display: inline-block;
    margin: 0 20px 20px 0;
  }
  
  .radio input[type="radio"] {
    vertical-align: middle;
    opacity: 0;
  }
  
  .radio label {
    vertical-align: middle;
    cursor: pointer;
  }
  
  .radio input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 5px 0 -15px;
    vertical-align: middle;
    font-size: 14px;
    font-family: fontawesome;
    line-height: 19px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.5);
    background: rgba(0,0,0,.25);
  }
  
  .radio input[type="radio"] + label:before {
    border-radius: 50%;
  }
  
  .radio input[type="radio"]:hover + label:before {
    content: '\f111';
    font-size: 9px;
    color: rgba(255,255,255,.4);
  }
  
  .radio input[type="radio"]:checked + label:before {
    content: '\f111';
    font-size: 9px;
    color: rgba(255,255,255,.8);
  }
  
  .radio .sex {
    font: 20px fontawesome;
  }
  
  input[type="submit"] {
    display: block;
    width: 150px;
    margin: 0 0 20px;
    padding: 8px 0 10px 0;
    text-align: center;
    border: 1px solid rgba(0,0,0,.5);
    background: rgba(0,0,0,.25);
  }
  
      /* Center tables for demo */
  table {
    margin: 0 auto;
  }
  
  /* Default Table Style */
  table {
    color: #333;
    /* background: white; */
    background: #161616;
    border: 1px solid grey;
    font-size: 12pt;
    border-collapse: collapse;
  }
  table thead th,
  table tfoot th {
    color: #777;
    background: rgba(0,0,0,.1);
  }
  table caption {
    padding:.5em;
  }
  table th,
  table td {
    padding: .5em;
    /* border: 1px solid lightgrey; */
    border: 1px solid #4a4a4a;
  }
  /* Zebra Table Style */
  [data-table-theme*=zebra] tbody tr:nth-of-type(odd) {
    background: rgba(0,0,0,.05);
  }
  [data-table-theme*=zebra][data-table-theme*=dark] tbody tr:nth-of-type(odd) {
    background: rgba(255,255,255,.05);
  }
  /* Dark Style */
  [data-table-theme*=dark] {
    color: #ddd;
    background: #333;
    font-size: 12pt;
    border-collapse: collapse;
  }
  [data-table-theme*=dark] thead th,
  [data-table-theme*=dark] tfoot th {
    color: #aaa;
    background: rgba(0255,255,255,.15);
  }
  [data-table-theme*=dark] caption {
    padding:.5em;
  }
  [data-table-theme*=dark] th,
  [data-table-theme*=dark] td {
    padding: .5em;
    border: 1px solid grey;
  }
  select {
    color: #d4d4d4 !important;
    background: #262626 !important;
    border: 1px solid #131313 !important;
    padding: 2px !important;
}
.heading {
  font-weight: 700;
    color: lightgrey;
}
span.skillid {
  display: inline-block;
  background: #262626;
  width: auto;
  border-radius: 10px;
  padding: 0px 5px;
  font-weight: 800;
  color: white;
  font-size: 12px;
  margin-right: 7px;
  margin-bottom: 5px;
  border: 1px solid black;
}
textarea {
  height: 555px;
  width: 525px;
  background: linear-gradient( to bottom, #202020, #202020 50%, #333333 50%, #333333);
  background-size: 100% 46px;
  line-height: 23px;
  padding: 0px 7px;
  background-attachment: local;
  font-family: sans-serif;
  color: #d7d7d7;
}
a {
  color: #d7d7d7;
  text-decoration: dashed;
  border-bottom: 1px solid #d7d7d7;
}
a:hover {
  color: #59595f !important;
  text-decoration: none;
  border-bottom: 1px solid #d7d7d7;
}
a:visited {
  color: #d7d7d7;
  text-decoration: dashed;
  border-bottom: 1px solid #d7d7d7;
}
label {
  color: antiquewhite;
}
button {
  background: #a0a0a0;
  color: #353535;
  border: 1px solid #131313;
  padding: 5px;
  border-radius: 5px;
  font-weight: 700;
}
button:hover {
  background: #353535;
  color: #a0a0a0;
  border: 1px solid #131313;
  padding: 5px;
  border-radius: 5px;
  font-weight: 700;
}
.highlight {
  background: blue;
}
.equiv {
  /* background: rgb(219 0 255); */
  /*color: #ffe200;*/
  font-weight: 700;
  /* Inner stroke*/
  color: yellow;
  -webkit-text-stroke: 1px yellow;
}
.selected {
  background: green;
  color: white;
  -webkit-text-stroke: 0px;
  border: 1px solid #131313;
  padding: 5px;
  border-radius: 5px;
  font-weight: 700;
}
/* The SIMPLE-TOAST - position it at the bottom and in the middle of the screen */
#simpleToast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #0a0c0a;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  line-height: 12px;
  font-size: 20px;
  border: 1px solid yellow;
}
#simpleToast span {
  margin-left: 12px;
  margin-top: 2px;
}

/* Show the SIMPLE-TOAST when clicking on a button (class added with JavaScript) */
#simpleToast.show {
  visibility: visible; /* Show the SIMPLE-TOAST */
  /* Add animation: Take 0.5 seconds to fade in and out the SIMPLE-TOAST.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the SIMPLE-TOAST in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}


/*span.copyable:hover {
  background: black;
  color: yellow;
}

span.copyable:hover:after {
  content: "CTRL + Click to copy";
  position: absolute;
  margin-left: -100px;
  margin-top: -35px;
  background: white;
  padding: 5px;
  color: black;
  border-radius: 5px;
  font-weight: 700;
}*/