#header-mobile, .only-mobile{
	display:none;
}
.min-head{
width:60px;
}

@media screen and (max-width: 900px){
  #logo-mobile{
	width:auto;
	margin: .3em;
}  
 #header-mobile, .only-mobile{
	display:block;
}  
#header{
	display:none;
}
.logo-bck {
    width: 100%;
    }
  #menu-mobile {
    float: left;
    margin: 1em .5em 0 .5em;
}
 #cycles {
    float: right;
}

.data-table th, .data-table td{

  clear:both;
  float:left;
  width:100%;
  display:table-row;

}
.section-top a{
  clear:both;
  float:left;
}
.section-top a.m-left{
  margin-left:0;
}
#searchbox {

  clear:both;
  margin-left: 0;

}
#searchbox input {
    width: 180px;
}
.mobile-100{
  width:100%;
}
.form-add .p-left{
  padding-left:0;
  margin-top:1em;
}
.content {
    padding: 60px 1em 2em 1em;
}
.section-top .f-right{
  float:left;
}
.data-table th {

    padding: .2em .2em .2em .4em;
  }
#nivel .f-left{
width:100%
}
#nivel .f-right{
float:left;
width:100%
}
#nivel .w-50{
width:100%
 margin-top:1em;
}
#nivel .form-button{
width:auto;
float:left;
}
#nivel .p-left{
  padding-left:0;
}
#nivel p{
  margin-top:1em;
}
#nivel .im-title, #nivel .im-plus-circle,#nivel .im-color-content{
  clear:none;
  width:auto;
}
#nivel table thead{
  display:none;
}
#nivel .author-color {
    color:#FFFFFF;
    background: #899e6b;
    padding:.3em;
}
#nivel table td .im-trash-can, .trashcan{float:right;}
.columns-2 {

      -webkit-column-count: 1;
      -webkit-column-fill: auto;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0em;
      -moz-column-gap: 0em;
      column-gap: 0em;
      clear: both;
      float: left;
      width: 100%;

  }
}

  
