html, body {
    height: 100%;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  background: white;
  margin: 0px;
  background-color: white;
  /*background-color: rgb(196, 196, 196); /*/
  color: rgb(36, 40, 38); /*rgb(220, 221, 235);*/
}


.main-header {
	border-bottom: 1px solid rgb(56, 56, 56);
	margin: 0 10px;
}

h1, h2 {
	display: inline-block;
	padding: 0;
	padding-right: 20px;
}

h2 {
	color: rgb(84, 84, 84);
	font-size: 85%;
}



a, a:visited, a:active {
    color: rgb(239, 30, 40);
}

.outer-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

input[type="file"] {
    margin: 10px;
}

.row {
    order: 1;
    padding: 10px;
}

.palette-row {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: rgb(255, 255, 255);
    display: flex;
}
.palette-row h3 {
    margin: 4px;
}

.column textarea {
    width: 100%;
    height: 90%;
}

.palette-extractor {
    display: flex;
    flex-direction: row;
}

.palette-extractor-parameters {
    padding-top: 10px;
}

.column {
    order: 1;
    padding: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
}

.image-preview {
	width: 100%;
    height: auto;
    cursor: none;
}

.all-swatches {
    padding: 16px 0;
}

/*.file-loader, .all-palette {
    position: relative;
    float: left;
    display: inline-block;
    margin: 10px;
    width: 50%;
}

.file-loader-preview, .all-palette {
    min-height: 50px;
    border: 1px solid gray;
}*/



.file-loader img {
    width: 100%;
    height: auto;
}


.swatch-color {
    width: 100%;
    height: 100px;
}
.swatch-label {
	margin: 0;
	padding-top: 4px;
	padding-left: 4px;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}




