body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: #2c3e50;*/
  background-color: rgba(236, 240, 241, 1);
  color: rgba(44, 62, 80, 1);
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  /*font-family: "Helvetica Neue", sans-serif;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

* {
  font-family: 'Inconsolata', monospace;
  box-sizing: border-box;
}

input {
  border: none;
}

#clicktocopy>#short {
  display: none;
}

h1 {
  color: rgba(44, 62, 80, 1);
  font-size: 25px;
  width: 100%;
  text-align: center;
}

p {
  position: absolute;
  bottom: 0;
  color: rgba(52, 73, 94, 0.8);
  width: auto;
  text-align: left;
  font-family: Georgia, serif;
  margin: auto;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  margin-left: 20px;
  z-index: 999;
  /*padding-left: 20px;*/
}

p * {
  font-family: Georgia, serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a,
a:active,
a:visited {
  color: rgba(52, 73, 94, 0.8);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: rgba(44, 62, 80, 1);
  transition: 0.3s;
}

.no {
  background-color: #e74c3c;
  transition: 0.2s;
}

.yes {
  background-color: #2ecc71;
  transition: 0.2s;
}

#other>.permissionLabel,
#other>div>.permissionLabel {
  border-right: 0;
}

#user>.permissionLabel,
#user>div>.permissionLabel {
  border-left: 0;
}

.execute>.permissionLabel {
  border-bottom: 0;
}

.code {
  outline: none;
  width: 105px;
  height: 30px;
  font-size: 20px;
  background-color: #aaa;
  padding: 5px;
}

.red-notify {
  color: rgba(236, 240, 241, 1);
  background-color: rgba(231, 76, 60, 1);
}

.rwe {
  position: relative;
}

noscript {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #e74c3c;
  color: #fff;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: padding-box;
  overflow: scroll;
  white-space: nowrap;
}

@media (min-width: 800px) {

  .rwe:focus,
  .rwe:hover {
    font-size: 200%;
    outline: 3px solid black;
    outline-offset: -1px;
    border: none;
    box-sizing: padding-box;
    z-index: 1000;
    transition: 0.15s;
  }
  .rwe:hover {
    box-shadow: 0.25px 0.25px 15px rgba(50, 50, 50, 0.5);
    z-index: 10000;
  }
  #clicktocopy {
    position: absolute;
    bottom: 50px;
    padding: 5px;
  }
  h1 {
    width: 420px;
    left: 0;
    right: 0;
    padding-bottom: 8px;
    position: absolute;
    margin: auto;
    text-align: center;
    font-weight: 500;
    top: 30px;
    font-size: 30px;
    border-bottom: 2px solid rgba(44, 62, 80, 1);
  }
  #container {
    /* center position */
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto 0 auto;
    /* visuals */
    width: 700px;
    height: 400px;
    border-radius: 5px;
  }
  .category {
    width: 33.33%;
    height: 100%;
    float: left;
    /*border: 1px solid #2c3e50;*/
    border-top: 0;
  }
  .permissionLabel {
    border-top: 0;
    border-bottom: 2px solid #2c3e50;
    border-left: 1px solid #2c3e50;
    border-right: 1px solid #2c3e50;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: auto;
    /* font */
    text-align: center;
    /*font-variant: small-caps;*/
    font-weight: 500;
    font-size: 30px;
  }

  .category>.permissionLabel {
    /*text-transform: uppercase;*/
  }

  .permission .permissionLabel {
    font-weight: 400;
    font-variant: normal;
    height: 70px;
    line-height: 70px;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  #octal {
    height: 80px;
    width: 200px;
    border-radius: 10px;
    border: none;
    font-size: 30px;
    text-align: center;
    outline: none;
    margin: 0;
    padding: 10px;
    /* position */
    position: absolute;
    left: 100px;
    right: 0;
    bottom: 30px;
  }
  h3 {
    color: rgba(44, 62, 80, 1);
    position: absolute;
    bottom: 5px;
    right: 35px;
  }
}

@media (max-width: 799px) {
  #clicktocopy {
    position: relative;
    top: 2px;
    left: 20px;
    padding: 3px;
    margin-right: 20px;
    width: auto;
  }

  h1 {
    padding-left: 10px;
  }

  .permissionLabel {
    padding-left: 20px;
    font-size: 25px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #octal {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    height: 50px;
    font-size: 40px;
    padding: 10px;
    text-align: center;
  }
  .category>.permissionLabel {
    color: rgba(44, 62, 80, 1);
    margin-top: 0;
    margin-bottom: 0;
  }
  h3 {
    color: rgba(44, 62, 80, 1);
    float: left;
  }
  p {
    position: fixed;
    bottom: 0;
    background-color: rgba(52, 73, 94, 0.8);
    width: 100%;
    margin: 0;
    padding-left: 20px;
    color: rgba(236, 240, 241, 1);
  }

  a,
  a:visited,
  a:active {
    color: rgba(236, 240, 241, 1);
  }

  a:hover {
    color: rgba(236, 240, 241, 0.6);
  }

  #container {
    padding-bottom: 120px;
  }

  #example {
    position: absolute;
    right: 20px;
  }
}

@media (max-width: 420px) {
  #clicktocopy>#long {
    display: none;
  }
  #clicktocopy>#short {
    display: inline;
  }
}

@media (max-width: 319px) {
  h3 {
    float: none;
    position: absolute;
    left: 0;
  }
  #example {
    left: 20px;
  }
}


label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
