
 .feedback {
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: white;  
  display: block;
  width: 100%;
  height: 100px;
  border: none;
  background-color: #434fa2;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  margin-top: 1%;
}

#enter{
  position:absolute;
  bottom:0;
  z-index: 10;
  width: 100%;
  height: 100px;
}

.content{
  margin-top: 5%;
}


body{
    text-align: center;
    font-size: 22px;
    color:black;
    background-color: #F1F2F1;
    position:absolute;
    width: 100%;
    height: 100%;
  }
  
  #container {
  width: 100px;
  height: 100px;
  position: relative;
}
#publisher {
  position: absolute;
  top: 0;
  left: 0;
}
#drawCanvas {
  position: absolute;
  top: 0;
  left: 0;
}
#drawCanvas {
  z-index: 10;
}

#logoH{
  margin-top:2.5%;
}

#logoV{
  margin-top:2.5%;
}

*{padding:0;margin:0;}



.float{
	position:fixed;
	width:60px;
	height:60px;
	background-color:white;
	color:#FFF;
	border-radius:50px;
	text-align:center;
}

#test{    
  width: 350px;
  text-align: left;
  margin: auto;
}

#policity{
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
}
#precall-title{
  font-size: 25px;
  margin-top: 15%;
  margin-bottom: 5%;
}

#textoIdeas{
    width: 15%;
    text-align: initial;
}


.opacity{
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}


/*######## */
/* basic stuff */
.outer {
  width: 100%;
  text-align: center;
}

.cubes {
  list-style: inline;
  margin: 0;
}

.cube {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #333333;
  opacity: 0;
}

/* animation */

.top    .cube:nth-child(1) { animation: pulse 2s      infinite; }
.top    .cube:nth-child(2) { animation: pulse 2s 1.0s infinite; }
.bottom .cube:nth-child(1) { animation: pulse 2s 1.5s infinite; }
.bottom .cube:nth-child(2) { animation: pulse 2s 0.5s infinite; }

@keyframes pulse {
  10% { opacity: 0; }
  50% { opacity: 1; }
  90% { opacity: 0; }
}

button:disabled,
button[disabled]{
  background-color: #cccccc;
  color: #666666;
}
