/**
 * @file
 * Styling for the ds_2col template.
 */

.ds-2_25_75col > .group-left {
  float: left; /* LTR */
  width: 21%;
}

.ds-2_25_75col > .group-right {
  float: left; /* LTR */
  width: 77%;
}

/*
@media (max-width: 480px)
{
.ds-2_25_75col > .group-left {
  float: left; 
  width: 100%;
}

.ds-2_25_75col > .group-right {
  float: right; 
  width: 100%;
}
}
*/
