@import url('https://fonts.googleapis.com/css?family=Exo');

body {
    font-family: 'Exo', 'Calibri' ,sans-serif;
    background-color: #000000; 
    color: #c5c6c9;
}

a {
    text-decoration: none;
    color: #c5c6c9;
}

h1 {
    font-size: 1.5em;
}

textarea {
    resize: none;
}

#colorPickerArea {
    margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
    display: inline-block;
    width: 300px;
    line-height: 50px;
    text-align: center;
}

.color-picker {
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #ffffff;
    height: 30px;
    width: 18px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

colorSelector.selected-color {
    margin-top: -3px;
    margin-bottom: -3px;
    margin-left: -3px;
    margin-right: 2px;
    border-width: 4px;
}

.vortex-diagonal {
    background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-size: 15px 15px;
}

.carbon {
    background-color: #808080;
    background-image: linear-gradient(45deg, #444 25%, transparent 25%, transparent 50%, #444 50%, #444 75%, transparent 75%, transparent);
    background-size: 15px 15px;
}

.button {
    height: 30px;
    display: inline-block;
    border: 1px solid #2f3135;
    background-color: #3e4247;
    cursor: default;
    user-select: none;
    color: #c5c6c9;
    line-height: 28px;
}

.button:hover {
    border: 1px solid #ffffff;
    background-color: #101010;
    color: #ffffff;
}

.button:active {
    border: 1px solid #eeeeee;
    background-color: #000000;
    color: #eeeeee;
}

.area-hidden {
    margin-top: 10px;
    visibility: hidden;
    display: collapse;
}

.area-visible {
    margin-top: 10px;
    visibility: visible;
}
