.panel-eca-threecol-modular { 
/*  overflow: hidden;  */
}

.panel-eca-threecol-modular .panel-col-billboard { 
  width: 100%; 
  clear: both;
}

.panel-eca-threecol-modular .panel-col-first { 
  float: left; 
  width: 25%; 
}

.panel-eca-threecol-modular .panel-col { 
  float: left; 
  width: 50%; 
}

.panel-eca-threecol-modular .panel-col-last { 
  float: left; 
  width: 25%; 
}

/* Front-facing panel column layout, to mimic standard content/sidebar/sidebar layout. */

.panel-layout-eca-threecol-modular .panel-eca-threecol-modular .panel-col {
  width: 490px;
  margin-left: 190px;
  margin-right: -680px;
}

.panel-layout-eca-threecol-modular .panel-eca-threecol-modular .panel-col-first {
  width: 160px;
  margin-right: -160px;
  float: left;
}

.panel-layout-eca-threecol-modular .panel-eca-threecol-modular .panel-col-last {
  width: 230px;
  margin-left: 710px;
  margin-right: -940px;
  float: left;
}