.divTable{display:table}.divTable.full{height:100%;width:100%}.divTable.wide{width:100%}.divTable.tall{height:100%}.divRow{display:table-row}.divCell{display:table-cell}.divCell.nowrap{white-space:nowrap}.divCell.full{height:100%;width:100%}.divCell.wide{width:100%}.divCell.tall{height:100%}.divCell.right{text-align:right;float:none}.divCell.left{text-align:left;float:none}.divCell.center{text-align:center}.divCell.bottom{vertical-align:bottom}.divCell.top{vertical-align:top}.divCell.middle{vertical-align:middle}.divCell.half{width:50%}.divCell.third{width:33%}.divCell.quarter{width:25%}@media(max-width:768px){.divCell,.divRow,.divTable{display:block}.divCell.half:not(.noBlock),.divCell.quarter:not(.noBlock),.divCell.third:not(.noBlock){width:initial}.divCell.right:not(.noBlock),.divCell.left:not(.noBlock){text-align:center}.divCell.noBlock{display:table-cell}.divRow.noBlock{display:table-row}.divTable.noBlock{display:table}}