  html,
  body {
/*      overflow-x: hidden;*/
/*      margin-left:  7%;
      margin-right: 7%;*/
      border: 0;
      background-color: rgb(1, 1, 1);
      /* <------ */
      background-repeat: no-repeat;
      background-position: center center;
      /* optional, center the image */
      background-color: black;
      text-align: center; /* for the retarded child in the family (IE) */


}

.working
{
    background-color: #464D1D !important;
    color: #BBBD0B !important;
}

texture-preview-small 
{
      color: lightgray;
    font-family: 'Roboto Condensed';
    font-size: 8pt;
    color: white;
    text-shadow: 0px 0px 14px black;
    padding: 5px;
}

canvas { width: 100%; height: 75%; }


content
{
  width:1200px; margin:0 auto;
  text-align: left !important;
}



/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 1px;
    background: rgba(255,255,255,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,255,255,0.4); 
}


texture-preview-small
{
    display: block;
    width: 75px;
    height: 75px;
    display: block;
    background-color: #1B1B1B !important;
    opacity: 0.5;
    background-color: transparent;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


photo-preview-small
{
    background-color: transparent;
    display: block;
    width: 75px;
    height: 75px;
    display: block;
    background-color: #1B1B1B !important;
    opacity: 0.5;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}



texture-preview-small:hover
{

  opacity: 1.0;
  cursor: pointer;
}


photo-preview-small:hover
{
  opacity: 1.0;
  cursor: pointer;
}


.webgl-container
{
    width:        600px;
    height:       600px;
}


texture
{
    display:inline-block;
    margin-right: 3px;
    float: left;
}


photo
{
    display:inline-block;
    margin-right: 3px;
    float: left;
}


textarea
{
    border: 1px solid #313131;
    background: transparent;
    font-family: 'Monospace';
    color: #9AB5AF;
    font-weight: bold;
    font-size: 7pt;
    width: 100%;
    height: 600px;
}

btn {
    margin-top: 1px;
    padding: 6px;
    font-size: 10pt;
    color: #749278;
    background: #1E311C;
    text-align: center;
    font-family: 'Roboto Condensed';
    border: 1px solid #0E0E0E;
}

timers
{
    color: gray;
}

btn:hover
{
    cursor: pointer;
}

.filter-table
{
  text-align: left;
  margin:0 auto;
}

filter-pack-name
{
    color: darkgray;
}

filter-name
{
    display: block;
    color: lightgray;
    font-family: 'Roboto Condensed';
    font-size: 17pt;
    margin-top: -8px;
    /* margin-top: -5px; */

}

.field-short
{
  width:50px;
}

.field-normal
{
  width:187px;
  text-align: left !important;
}


container-frame
{
  display: block;
  border: 1px solid #2E2E2E;
  display: block;
  padding:2px;
}

container-title
{
      display: block;
      font-family: 'Roboto Condensed';
      font-size:10pt;
      color: gray;
}

.standard-field
{
    padding: 6px;
    font-size: 10pt;
    color: #9CA5A5;
    background: #1B1B1B;
    text-align: center;
    font-family: 'Roboto Condensed';
    border: 1px solid #0E0E0E;
}

.standard-field:focus
{
    background: #4E4E24;
    color: #CAC8A2;
    outline: none;
}

.btn
{
    color: #9CA5A5;
    background: #1B1B1B;
}

.btn:hover
{
    cursor: pointer;
}

filter-pack-container
{
    margin-top: 100px;
    display: block;
    width: 100%;
    color: black;
    font-family: 'Roboto Condensed' !important;
}

filter-pack
{
      display: block;
      border-radius: 1px;
      margin: 5px;
      background-color: #686F66;
      padding: 7px 8px 3px 8px;
      border: 1px solid #434343;
      opacity: 0.8;

      -webkit-transition: all 1000ms ease;
      -moz-transition: all 1000ms ease;
      -ms-transition: all 1000ms ease;
      -o-transition: all 1000ms ease;
      transition:   all 1000ms ease;
}

filter-pack:hover
{
    cursor: pointer;
    opacity: 1.0;
}

filter-pack-name
{
    display: block;
    font-size: 10pt;
    font-family: 'Roboto Condensed';
    margin-top: 20px;
}

filter-pack-description
{
      display: block;
      font-size:10pt;
      color: #1B1B1B;
      margin-top: -3px;
}

filter-description
{
      display: block;
      font-size: 10pt;
      color: #696969;
      margin-top: -6px;
      font-family: 'Roboto Condensed';
      margin-bottom: 50px;
}

filter-container
{
      display: block;
}

filter
{
      display: inline-block;
      margin: 2px;
      width:   150px;
      height:  110px;
      border: 1px solid gray;
      border-radius: 1px;
      font-size: 8pt;
      padding: 2px;
      background-color: #272420;
      color: lightgray;

      -webkit-transition: all 1000ms ease;
      -moz-transition: all 1000ms ease;
      -ms-transition: all 1000ms ease;
      -o-transition: all 1000ms ease;
      transition:   all 1000ms ease;

}

filter:hover
{
      cursor:pointer;
      border: 1px solid white;
      background-color: #0C0A08;
}

.clear
{
    clear: both;
}