* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.unset {
    all: initial;
}   
    

body {
    line-height: 1.5em;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
}

table,
tr,
td {
    border: 0;
    padding: 0;
    border-spacing: 0;
    vertical-align: bottom;
}

table {
    width: 100%;
}

.pure-form textarea {
    width: 100%;
    color: #1f8dd6;
    background-color: white;
    font-family: 'Courier New', Courier, monospace;
}

.pure-form Input {
    width: 100%;
    color: #1f8dd6;
    background-color: white; 
}

button.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}

.button-reset,
.button-success,
.button-error,
.button-warning,
.button-secondary {
    border-radius: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 80%;
}


.button-reset {
	color: #1f8dd6;
	margin-left: 5px;
}

.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
	width: 24%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.button-success {
    background: rgb(28, 184, 65);
    /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60);
    /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20);
    /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221);
    /* this is a light blue */
}

.splash-top {
    height:5vh;
}

.splash-head {
    font-size: 30px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 0.5em 0.5em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
    margin: auto;
    width: 80%;
}

.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.9;
    margin: auto;
    width: 80%;
}

.splash-results {
    color: #ffffff;
    letter-spacing: 0.05em;
    opacity: 0.9;
    width: 80%;
    margin: auto;
}

.pure-form {
    width: 80%;
    color: #ffffff;
    margin: auto;
}

.pure-form-message {
    color: white; 
    opacity: 0.9;
    font-size: 90%;
    text-transform: initial;
    line-height: 1.3em;
}

.warning {
    width: 44px;
    height: auto;
}

.editor {
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	font-family: 'Courier New', Courier, monospace;
    font-weight: 400;
	color: #1f8dd6;
    height: 100px;
    letter-spacing: normal;
    line-height: 20px;
    padding: 10px;
    tab-size: 4;
	background-color: white;
	text-align: left;
	text-transform: initial;
}

.code {
    font-family: 'Courier New', Courier, monospace;
	color: red;
}

.dropContainer,
#openfromodrv {
  width: 100%;
}

#openfromodrv {
	margin-bottom: 0px;
	margin-bottom: 15px;
}

.dropContainer {
  padding: 10px;
  min-height: 80px;
  border: 2px dashed #ccc;
  border-radius: 6px;
  margin-bottom: 5px;
  
}

.dropHighlight {
  border-color: red;
}

#fileUploadControl {
  display: none;
  opacity: 0;
}

.spacer {
	height: 25px;
}

legend.about {
	opacity: 0.9;
	color: white;
}

.abouttext {
	color: rgb(40, 40, 40);
	text-align: left;
}


#siteiconinheader {
	height: 35px;
}

#buttonicon {
	height: 12px;
}

.stephighlight {
    font-weight: 900;
    font-size: 130%;
    color: yellow;
}
/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 15px;
    }

    .splash-head {
        font-size: 36px;
        width: 100%;
    }

    .splash-subhead {
        width: 100%;
    }

    .splash-results {
        width: 100%;
    }

    .pure-form {
        width: 100%;
    }
    
    .l-box-lrg {
        border: none;
    }

    .splash-top {
        height:8vh;
    }

    .warning {
        width: 48px;
        height: auto;
    }
	
	#openfromodrv {
		min-height: 124px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 10px;

	}
	
	.spacer {
		height: 35px;
	}
	
	#siteiconinheader {
		height: 45px;
	}
	
	#buttonicon {
		height: 14px;
	}
}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    body {
        font-size: 20px;
    }


    .splash-head {
        font-size: 50px;
    }


    .splash-top {
        height:8vh;
    }

    .warning {
        width: 56px;
        height: auto;
    }

	#openfromodrv {
		min-height: 136px;
	}
	
	#siteiconinheader {
		height: 60px;
	}
	
	#buttonicon {
		height: 18px;
	}
	
}
