/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.gameplay-action, .gameplay-rules, .gameplay-problems {
  padding: 20px;
  margin-top: 20px;
  background: rgb(240, 240, 240);
  display: flex;
  flex-direction: column;
}


.gameplay-problems {
  background: rgb(216, 116, 87);
  color: white;

}

.gameplay-rules li, .gameplay-problems li {
  margin-bottom: 30px;
}

.gameplay-image {
  max-width: 300px;
  width: 80%;
  display: flex;
  margin: 5px;
  align-self: center;
}

.solution-summary {
  background: rgb(251, 139, 36);
  padding: 10px;
  color: white;
  display: flex;
  justify-content:center;
  margin-bottom: 30px;
}

.solution-table {
  margin-bottom: 20px;
  display: flex;
  flex-direction:column;
}

.solution-attributes {
  background: rgb(73, 198, 229);
  padding: 10px;
  color: white;
}

.solution-attributes h4 {
  color: black;
}

.solution-attributes ul {
  margin-left: 30px;
}

.solution-table .col {
  display: flex;
  align-content:stretch;
}

.solution-table .row {
  padding: 10px;
  margin: 0;
}

.solution-table .row:nth-of-type(even){
  background: rgb(240, 240, 240);
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.solution-table .row .col:nth-of-type(2) {
  border-left: 1px solid gray;
}
