html {
    height: 100%;
}

body {
    position: relative;
    width: 1035px;
    height: 100%;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    font-family: Montserrat;
}

button, select {
    font-family: inherit;
    font-weight: bold;
    color: #404040;
}

.whole-content {
    position: absolute;
    width: 1035px;
    height: 100%;
    max-height: 800px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}

div.row {
    margin: 0;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

div.header-area {
    margin-bottom: 1rem;
}

div.title-row {
    padding-bottom: 4px;
}

.row-item {
    margin: 0;
}

.description {
    font-size: small;
    padding: 0 0 4px 16px;
}

.twitter-share-button {
    padding: 0 1rem 8px 0;
}

.main-content {
    height: 640px;
}

.drop-zone {
    border: 1px solid #e0e0e0;
    color: #c0c0c0;
    font-size: x-large;
    padding: 20px;
    box-sizing: border-box;
}

button {
    font-size: large;
    background: #f8f8f8;
    border: none;
    box-shadow: 0px 2px 2px #00000060;
}

button:active {
    box-shadow: none;
    transform: translateY(2px);
}

button:focus {
    outline: 0;
}

textarea {
    padding: 10px;
    color: #606060;
    font-family: 'Consolas', 'Roboto Mono', monospace;
    border: solid;
    border-color: #e0e0e0;
    border-width: 1px;
    box-sizing: border-box;
}

textarea:focus {
    outline: 0;
}

.footer {
    text-align: right;
}

a.title {
    color: #202020;
    text-decoration: none;
}

a.license {
    color: #808080;
}

a:hover {
    color: #ff4080;
}
