/* BUILDING BLOCKS, KALEIDOSCOPE, TINTED TILES */
/* Code to change page width START */
.WaPlaceHolder { max-width: 1200px; }
/* Code to change page width END */


/* HOMESTEAD, FIESTA */
/* Code to change page width START */
.zoneInner,
.zoneWrap,
.zoneInner > .WaPlaceHolder {
  max-width: 1200px;
}
/* Code to change page width END */


/* BLUEPRINT, BOOKSHELF, CLEAN LINES, DARK IMPACT, FIRMA,
   SHOWCASE, SKYLINE, TERRA, TREEHOUSE, WHITEBOARD, WHITE SPACE */
/* Code to change page width START */
.container_12 {
  width: 1200px;
}
.s1_grid_12 {
  width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 600px) {
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
  }
}
@media only screen and (max-width: 616px) {
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
  }
}
/* Code to change page width END */

/* Forum wrapper spacing */
.WaPlaceHolder {
  max-width: 1200px;
  padding: 24px 20px;
}

/* Forum card look */
.DiscussionForum,
.discussionForumList,
.discussionTopicList {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Forum headings */
.DiscussionForum h1,
.DiscussionForum h2,
.WaPlaceHolder h2 {
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

/* Topic list rows */
.discussionTopicList table,
.discussionTopicList tr,
.discussionTopicList td {
  border-color: #e5e5e5;
}

.discussionTopicList tr:hover {
  background-color: #f7f7f9;
}

/* Links inside forum */
.discussionTopicList a,
.DiscussionForum a {
  text-decoration: none;
}

.discussionTopicList a:hover,
.DiscussionForum a:hover {
  text-decoration: underline;
}
