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

body {
	font-family: 'Raleway', Calibri, Arial, sans-serif;
	color: #111;
	background:#D5D4D2;
	letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4 {
  color: #889094;
}

a {
	color: #AAA;
	border: 0;
	text-decoration: none;
	outline: none;
	text-shadow: none;
}

a:hover,
a:active {
	color: #222;
	text-decoration: none;
}

a img {
	border: none;
}

.bottoniera {
    position: fixed;
    z-index: 120;
    bottom: 1.5em;
    right: 1.5em;
}

.bottoniera a {
  display: block;
  margin-bottom: 0.2em
}

.file_monitor {
  background: #EEE;
  color: #BBB;
  font-size: 3em;
  display: block;
  text-align: center;
  position: fixed;
  top: 45%;
  left: 0;
  width: 100%;
  z-index: 12000;
  opacity: 0.9;
  text-transform: uppercase;
}

ul.source, ul.target {
	background: #FFF;
	margin: 0;
	padding: 1em;
	list-style-type: none;
	list-style-position: inside;
    min-height: 100px;
    min-width: 100%;
    box-shadow: 0 6px 12px #889094;
}

ul.source li, ul.target li {
	margin: 0;
	padding: 2px;
}

.tab_label {
	display: inline-block;
    margin-top: 1.5em;
    padding: 0.25em 1em 0 1em;
    background: #FFF;
    border-radius: 8px 8px 0 0;
    text-transform:uppercase;
}

input, .btn {
   margin:0.2em 0;
   border: 1px outset rgb(204, 204, 204) !important;
}

.eraser {
    margin-right: 0.25em;
    font-size:1.6em;
    font-weight: bold;
    color: #AAA;
}

.plus {
    color: #aaa;
	display:inline-block;
	padding: 0.5em;
    font-size: 2.5em;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 6px 12px #889094;
}