
#back-button {
    font-size: 3em;
    margin-left: .2em;
    position: relative;
    z-index: 2;
    height: 42px;
    width: 42px;
}

.dropColumn {
	background: rgba(22, 167, 157, 0.20);
	border: 0px solid rgba(22, 167, 157, 0.46);
	border-radius: 0 0 6px 6px;
	min-height: 26em;
	height: auto;
	margin-top: 0;
	padding: .5em;
	text-align: center;
}

.dragColumnHeader {
    background-color: #16a79d;
    border-radius: 6px 6px 0 0;
    color: #FFF;
    font-family:'Fredoka One', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 0;
    padding: .5em 0;
    text-align: center;
}

.draggableItem {
    background-color: #87CAE0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.2em;
    height: auto;
    line-height: 1.5em;
    margin-bottom: .5em;
    min-height: 2em;
    padding: 0.2em 0.5em;
    text-align: center;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.dropColumn .draggableItem:last-child {
    margin-bottom: 0;
}

#results {
	background: rgba(22, 167, 157, 0.20);
	border-radius: 6px;
	font-family:'Fredoka One', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: .5em 0;
	padding: .5em 1em;
	text-align: center;
}

.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #FFF;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
     color: #FFF;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
