/* small */
@media only screen {

  #mediaLayout p:after {content: "small";}

  /* place all parent cells for 2 parent cell layout in a single column which is 100% wide */
  .cell_1_1_2, .cell_1_2_2 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

  /* place all parent cells for 3 parent cell layout in a single column which is 100% wide */
  .cell_1_1_3, .cell_1_2_3, .cell_1_3_3 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

  /* place all parent cells for 4 parent cell layout in a single column which is 100% wide */
  .cell_1_1_4, .cell_1_2_4, .cell_1_3_4, .cell_1_4_4 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

  /* place all parent cells for 5 parent cell layout in a single column which is 100% wide */
  .cell_1_1_5, .cell_1_2_5, .cell_1_3_5, .cell_1_4_5, .cell_1_5_5 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

  /* place all parent cells for 6 parent cell layout in a single column which is 100% wide */
  .cell_1_1_6, .cell_1_2_6, .cell_1_3_6, .cell_1_4_6, .cell_1_5_6, .cell_1_6_6 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

  /* place all parent cells for 7 parent cell layout in a single column which is 100% wide */
  .cell_1_1_7, .cell_1_2_7, .cell_1_3_7, .cell_1_4_7, .cell_1_5_7, .cell_1_6_7, .cell_1_7_7 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

  /* place all child cells for 2 child cell layout in a single column which is 100% wide */
  .cell_2_1_2, .cell_2_2_2 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

  /* place all child cells for 3 child cell layout in a single column which is 100% wide */
  .cell_2_1_3, .cell_2_2_3, .cell_2_3_3 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

  /* place all child cells for 4 child cell layout in a single column which is 100% wide */
  .cell_2_1_4, .cell_2_2_4, .cell_2_3_4, .cell_2_4_4 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

  /* place all child cells for 5 child cell layout in a single column which is 100% wide */
  .cell_2_1_5, .cell_2_2_5, .cell_2_3_5, .cell_2_4_5, .cell_2_5_5 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

  /* place all child cells for 6 child cell layout in a single column which is 100% wide */
  .cell_2_1_6, .cell_2_2_6, .cell_2_3_6, .cell_2_4_6, .cell_2_5_6, .cell_2_6_6 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

  /* place all child cells for 7 child cell layout in a single column which is 100% wide */
  .cell_2_1_7, .cell_2_2_7, .cell_2_3_7, .cell_2_4_7, .cell_2_5_7, .cell_2_6_7, .cell_2_7_7 {
    width: 100%; /* Default width is 100% */
    float: none;
    background-color: inherit;
  }

}

