@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Merriweather+Sans:800);

.exercicios-menu{
  position: absolute;
  left: -90px;
  top: -10px;
}

.exercicios-menu img{
  width: 60px;
  height: 60px;
}

.exercicios-hover{
      visibility: hidden;
    width: 115px;
    background-color: #0093dd;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    left: -25px;
    top: 50px;
}

.exercicios-menu .exercicios-hover{
  visibility: inherit;
}


#dicionario-tabela-img img{
  width: 100%;
}

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

.check-list {
  color: #00a900;
  font-size: 40px;
}

.dictionaries-form input:focus,select:focus,textarea:focus {
  background: #AAA;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.dictionaries-form {
  font: normal 20px Lato;
  font-weight: 300;
  color: #000000;
  width: 100%;
  padding: 10px;
  margin: 10px auto;
}

.dictionaries-form input[type=text] {
  margin: 3px 0;
  border: 0;
  border-bottom: 5px solid #CCC;
  height: 30px;
  width: 100%;
  padding: 10px; 
  background: #F8F8F8;
}

.dictionaries-form input[type=submit], input[type=reset] {
  margin: 5px 0;
  border: 0;
  border-bottom: 5px solid #006a9f;
  height: 30px;
  width: 100%;
  float: right;
  background: #0093dd;
  color: #FFF;
  font: normal 14px Lato;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.dictionaries-form input:hover[type=submit], input:hover[type=reset] {
  cursor: pointer;
  opacity: 0.6;
}

h2 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 50em) {
	#dicionario-tabela-img {top: 190px; right: 0;}
  #dicionario-tabela {right: 60px;}
}