body{
  margin: 0;
  font-family: Helvetica Neue, Helvetica;
  color: rgba(232, 230, 227, 0.75);
  background-color: #1C1D1F;
  overflow-x:hidden;
}

html, body {
    height: 100%;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
}

h1 {
    /* color: #ffffff; */
    margin-left: 15px;
    margin-right: 15px;
}
h2 {
    /* color: #ffffff; */
    margin-left: 15px;
    margin-right: 15px;
}
h3 {
    /* color: #ffffff; */
    margin-left: 15px;
    margin-right: 15px;
}
a {
    /* color: #ffffff; */
    color: #43A3DB;
    text-decoration: none;
}


#switchWrapper {
    margin-left: 15px;
}

.center {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

button {
    /*background-color: #084969;
    color: #ffffff;*/
    background-color: #1C1D1F;
    color: rgba(232, 230, 227, 0.75);
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    border-width: 2px
}
button:hover {
    background: #70747c;
    cursor: pointer;
}


#container {
    min-height:100%;
    position:relative;
}

canvas {
    border:3px solid rgba(232, 230, 227, 0.75);
}
.disabledButton {
    background: #94a2a8;
    display: none;
    cursor: default;
}

/*credit https://www.webfx.com/blog/web-design/disable-text-selection/*/
.disable-selection {
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.shadowLink {
    cursor: text;
    text-decoration: none;
}

#interval {
    vertical-align: middle;
}

#wrap{
    text-align: center;
}

.gridSelect {
    border: 2px solid rgba(232, 230, 227, 0.75);
    margin-bottom: 10px;
    background: #1C1D1F;
    padding: 10px 14px;
    margin-left: 15px;
    cursor: pointer;
    color: rgba(232, 230, 227, 0.75);
}
.gridSelect:hover {
    background-color: #70747c;
}

select:hover {
    background: #70747c;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}    
.select select {
    /*font-family: 'trebuchet ms';*/
    display: inline-block;
    width: 10%;
    cursor: pointer;
    padding: 10px 14px;
    outline: 0;
    border: 2px solid rgba(232, 230, 227, 0.75);/*#ffffff;*/
    border-radius: 0px;
    background: #084969;
    /* color: #ffffff; */
    color: rgba(232, 230, 227, 0.75);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    /* color: #ffffff; */
    color: rgba(232, 230, 227, 0.75);
    /* background: #0b608a; */
    background: #1C1D1F;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.generic-wrapper {
    /* color: white; */
    border: 2px solid rgba(232, 230, 227, 0.75);/* #ffffff; */
    /* background: #084969; */
    color: rgba(232, 230, 227, 0.75);
    background-color: #1C1D1F;
    padding: 10px 14px;
    /*width: 9%;*/
    display:inline-block;
}
