/* LAYOUT, ALL MARGINS AND PADDINGS */

.myrow {
  display: flex;
  width: 100%;
}

.mycolumn {
  flex: 1;  
}

.float-right {
  float: right;
}

.float-left{
  float: left;
}

.clear-both{
  clear: both;
}

/*.content{
  margin: 5px;
}*/

/*CENTER THE FOLDERS (BUTTONS)*/
.all-buttons{
  text-align: center;   
}

.buttons-div{
  display: inline-block; /*float: left;*/            
}

.width-100{
  width: 100%;
}

.width-90{
  width: 90%;
}

.width-50{
  width: 50%;
}

.width-74{
  width: 74%;
}

.width-5px{
  width: 5px; 
  /*background: yellow;*/  
}

.width-4px-100{
  width: 4px;
  height: 4px;
  /*background: yellow;*/  
}

.width-10px-100{
  width: 10px;
  height: 10px;
  /*background: yellow;*/  
}

.width-30px{
  width: 30px; 
  /*background: yellow;*/  
}

.width-100px{
  width: 100px;
}

.height-100{
  height: 100%;
}

.m5px-t{
  margin-top: 5px;
}

.m4px-rl{
  margin: 0 4px;
}

.m1px-b{
  margin-bottom: 1px;
}

.m0{
  margin: 0;
}

.p0{
  padding: 0;
}

.p10px-tb{
  padding: 10px;
}

.p10px-trbl{
  padding: 10px;
}

.p5px-trbl{
  padding: 5px;  
}
