html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    padding-left:30px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    user-select:none;
    font-family:Arial, Helvetica, sans-serif;
}

h1{
    font-size:40px;
    margin:20px 0px;
}

#drag{
    width:50%;
}

#feedback{
    font-size: 1.4em;
}

#selectable .ui-selecting{
    background: #FECA40; 
}

#selectable .ui-selected{
    background: #F39814;
    color: white; 
}

#selectable{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%; 
    display:none;
    margin-top:20px;
}

#selectable li{
    margin: 3px;
    padding: 0.4em;
    font-size: 1.4em;
    height: 18px; 
}

fieldset {
    border: 0;
}

label {
    display: block;
    margin: 30px 0 0 0;
}

.overflow {
    height: 200px;
}

#searchFor{
    display:none;
}

#selectableLabel,#selectableButton{
    display:none;
}

#selectableButton{
    margin-top:10px;
    margin-left:3px;
}

.lorem,.hipster,.zombie,.bacon,.space,.veggie,.bro{
    display:none;
}

h3{
    font-size:20px;
    margin:10px 0px;
    font-weight:bold;
}

#searchButton{
    margin-top:10px;
}

#notValid{
    display:none;
    margin-top:10px;
}

#modes{
    display:flex;
}

#buttons{
    margin-left:auto;
}

#theme{
    margin-top:10px;
    margin-right:10px;
    padding:5px 15px;
    cursor:not-allowed;
}

.dark{
    background-color:black;
    color:white;
}