* {
    box-sizing: border-box;
}

body{

  font-family: "Lucida Console";
  background-color: black;
  margin: 0px;
  color: #00ff00;
}

.main-content,
.page,
.page_content {
    background-color: #000;
}

.page_content {
    background-color: black;
    /*border: solid 2px #00ff00;*/
    padding-left: 117px;
    padding-right: 117px;
    overflow-x: hidden;
}

p, 
li,
th {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

a:link {
  color: red;
}

a:active {
  color: blue;
}

a:visited {
  color: red;
}

a:hover {
  color: red;
}

.tool-listing {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.tool-listing th,
.tool-listing td {
    width: 33.33%;
    border: none;
    vertical-align: top;
    padding: 8px 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.tool-listing th {
    color: red;
    font-weight: bold;
}

.tool-listing a {
    text-decoration-color: #ff0000;
}
.tool-listing ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tool-listing li {
    color: grey;
    padding: 4px 0 4px 7px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}




strong {
    font-weight: bold;
    color: red;
}


.nav-bar {
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 999;
    background-color: #0d0d0d;
    border-bottom: 2px solid rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    position: sticky;
    font-weight: 600;
    top: 0px;
}



.section_p {
    /*padding: 10px;*/
    padding-left: 20px;
    background-color: black;
    overflow: hidden;
}

.section_p legend {
    padding-left: 20px;
    padding-right: 20px;
    color: rgb(255, 0, 0);
}

.available {
    background-color: black !important;
    /*padding: 7px !important;*/
    color: #ff0000 !important;
}

.available:hover {
    /*padding: 7px !important;*/
    cursor: pointer !important;
    border-left: solid 4px red !important;
}
.img8831 a{
    text-decoration: none;
}

.img8831 {
    vertical-align: middle;
    text-align: center;
    margin: 15px 0;
}


/* Responsive section */

    @media screen and (max-width: 900px) {
      .page_content {
        padding-left: 30px;
        padding-right: 30px;
      }
    }

    @media screen and (max-width: 600px) {
      body { font-size: 15px; }
      .page_content {
        padding-left: 12px;
        padding-right: 12px;
      }
      .section_p {
        padding-left: 10px;
      }
      .section_p_legends {
        padding: 2px 10px;
      }
      h2 { font-size: 1.4em; }

      .tool-listing,
      .tool-listing thead,
      .tool-listing tbody,
      .tool-listing tr,
      .tool-listing td,
      .tool-listing th {
        display: block;
      }
      .tool-listing thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
      }
      .tool-listing tr {
        border: 1px solid rgb(32, 32, 32);
        margin-bottom: 17px;
        background-color: #000;
      }
      .tool-listing td {
        width: 100% !important;
        border: none;
        border-bottom: 1px dotted #444444;
        padding: 8px 5px 8px 40%;
        position: relative;
        text-align: left;
        word-break: break-word;
      }
      .tool-listing td:before {
        content: attr(data-label);
        position: absolute;
        left: 7px;
        width: 35%;
        padding-right: 8px;
        font-weight: bold;
        color: red;
        text-align: left;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
      }
      .tool-listing td:last-child {
        border-bottom: none;
      }
    }

    @media screen and (max-width: 400px) {
      body { font-size: 14px; }
      .page_content {
        padding-left: 8px;
        padding-right: 8px;
      }
      .section_p { padding-left: 6px; }
      .tool-listing td {
        padding-left: 45%;
      }
      .tool-listing td:before {
        width: 40%;
      }
    }


/* Responsive section END */
