.mainSections table,
.mainSections tbody,
.mainSections tr,
.mainSections th,
.mainSections td{
 display: block;
 border: none;
}
.mainSections th{ padding: 10px;}
.mainSections td{
 width: 100%;
 padding: 15px 10px;
 overflow: hidden;
}
.mainSections .pageLink,
.mainSections .mapLink{
 position: relative;
 float: right;
 width: 120px;
 top: 0;
 right: 0;
}
.mainSections .pageLink{ line-height: 28px;}
.mainSections .pageLink .redArrowS{ left: 10px;}
.mainSections .mapLink{
 line-height: 30px;
 font-size: 1rem;
 box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
.mainSections .groupLink{
 margin-bottom: 0;
 line-height: 3.8rem;
}
