
body {
    margin: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    color: darkgrey;
    font: 15pt arial, sans-serif;
    background-color: #000;
}

input {
    border: 1px solid #bbb;
    border-radius: 2px;
    font-size: 13pt;
    height: 26px;
    padding-left: 4px;
}

select {	
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    font-size: 15pt;
}

.bar {
    position: relative;
}

.bar.button {
    background-color: initial !important;
    bottom: 0px;
    border: initial;
    cursor: default;
    height: 20px;
    position: relative; 
}

.bar.button > .buttons {
    position: absolute;
    right: 0px;
    float: initial;
    display: block;
}

.banner {
    height: 450px;
    position: relative;
    background-attachment: fixed;
    background-color: #fff;
    background-size: cover;
}

.banner > div {
    display: inline-block;
    float: left;
}

.banner > .title {
    text-align: center;
    font-size: 80pt;
    color: grey;
}

.buttons > .button {
    display: inline-block;
}

.button {
    background-color: #fff;
    border: 1px solid #667;
    border-radius: 5px;
    color: #667;
    cursor: pointer;
    padding: 5px;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none; 
}

.button.disabled, .button.disabled:hover {
    background-color: lightgrey;
    border: initial;
    color: #fff;
}

.button.primary {
    background-color: #666699;
    color: white;
}

.button:hover {
    background-color: #f0f0f0;
    color: #000;
}

.clickable {
    cursor: pointer;
}

.console {
    padding-top: 10px;
    position: relative;
    border-top: 1px solid #667;
    margin-bottom: 20px;
}

.console > .title {
    font-size: 40px;
    margin: 20px 0px;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.entry {
    margin-bottom: 10px;
}

.entry > div {
    display: inline-block;
    vertical-align: top;
}

.entry > .label {
    width: 120px;
}

.entry > .label:after {
    content: ":";
    margin-right: 10px;
}

.leftMarginSmall {
    margin-left: 20px;
}

.link {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.loading {
    background: url('../images/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px solid white !important;
    width: 100%;
    min-height: 260px;
    z-index: 2000;
}

.third {
    width: 33%;
    height: 100%;
    font-size: 80pt;
}

.twoThirds {
    width: 66%;
    height: 100%;
    font-size: 80pt;
}
			
#container {
    color: black;
    background-color: #fff;
    min-height: 400px;
    padding-top: 50px;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none; 
    width: 100%; 
}

#content {
    margin: 0px auto;
    /*min-width: 1100px;*/
    width: 100%;
}

#footer {
    background-color: black;
    color: white;
    text-align: center;
}

#header img {
    background: url('../images/header.jpg') no-repeat;
    width: 100%;
}

#logo {
    height: 71px;
    display: none;
}

#menu {
    min-width: 1200px;
}

            
#tabs .helix .item.selected {
    border-right: 1px solid #667;
    border-top: 1px solid #667;
    border-left: 1px solid #667;
}
            
@media screen and (max-width: 1330px) {
    .banner > .title {
        font-size: 60pt;
    }

    .entry > .label {
        width: 50%;
    }

    #menu {
        min-width: initial;
    }
}

@media screen and (max-width: 1020px) {
    .banner > .title {
        font-size: 45pt;
    }
}

@media screen and (max-width: 820px) {
    .column {
        width: 50% !important;
    }
	
    .day {
        margin: 0px auto;
    }

    .banner > .title {
        font-size: 45pt;
    }
}

@media screen and (max-width: 600px) {
    .column {
        width: 100% !important;
    }
	
    .day {
        margin: 0px auto;
    }
	
    .banner > .title {
        font-size: 35pt;
    }
}