
section.content h2 {
  font-size: 28px;
  line-height: 1.6;
}

.gk-warning,
.gk-notice,
.gk-info,
.gk-error,
.gk-thanks { /* Common rules for all these types */
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  color: #363636;
  font-size: 16px;
  min-height: 52px;
  padding: 10px 10px 12px 96px;
}

/* Notices */
.gk-notice {
  background: #fffdf8 url('../img/tips.png') no-repeat 2px 11px;
  border-color: #f3cf7b;
}

/* Infos */
.gk-info {
  background: #fbfbfb url('../img/info.png') no-repeat 2px 10px;
  border-color: #ddd;
}

/* Errors */
.gk-warning,
.gk-error {
  background: #FFF7F4 url('../img/warning.png') no-repeat 2px 10px;
  border-color: #f38867;
}

/* Labels & badges */
.gk-badge,
.gk-label,
.gk-badge[data-style="style1"],
.gk-label[data-style="style1"] {
  background-color: #999;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  padding: 1px 4px 2px;
  vertical-align: baseline;
  white-space: nowrap;
}

.gk-badge,
.gk-badge[data-style="style1"] {
  padding: 1px 5px 2px;
}

.gk-badge[data-style="style1"],
.gk-label[data-style="style1"] {
  background: #ffd;
  color: #777;
}

.gk-badge[data-style="style2"],
.gk-label[data-style="style2"] {
  background: #e25b32;
}

.gk-badge[data-style="style3"],
.gk-label[data-style="style3"] {
  background: #363636;
}

.gk-badge[data-style="style4"],
.gk-label[data-style="style4"] {
  background: #dbae43;
}

.gk-badge[data-style="style5"],
.gk-label[data-style="style5"] {
  background: #f5f5f5;
  color: #777;
}

.gk-badge[data-style="style6"],
.gk-label[data-style="style6"] {
  background: #777;
}

/* Code listings */
pre.gk-code {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  color: #666;
  display: block;
  font-size: 12px;
  padding: 10px 20px;
}

pre.gk-code[data-style="style2"] {
  border: none;
  border-left: 4px solid #e25b32;
}

pre.gk-code[data-style="style3"] {
  border: none;
  border-bottom: 4px solid #e25b32;
  border-top: 4px solid #e25b32;
}

/* Text blocks */
.gk-textblock,
.gk-textblock[data-style="style1"] {
  background: #fff;
  border: 1px dashed #e25b32;
  color: #666;
  margin: 20px 0;
  padding: 15px 20px;
}

.gk-textblock[data-style="style2"] {
  border: 1px dashed #ccc;
}

.gk-textblock[data-style="style3"] {
  border: 1px solid #e5e5e5;
}

.gk-textblock[data-style="style4"] {
  border: 3px solid #e25b32;
}

.gk-textblock[data-style="style5"] {
  border: 3px solid #363636;
}

.gk-textblock[data-style="style6"] {
  background: #FFFEF4;
  border: 1px solid #EAE8CC;
}

.gk-textblock[data-style="style7"] {
  background: #e25b32;
  color: #fff!important;
}

.gk-textblock[data-style="style8"] {
  background: #222;
  border: none!important;
  color: #fff!important;
}

.gk-textblock[data-style="style9"] {
  background: #f8f8f8;
  border: none!important;
}

.gk-numblock {
  clear: both;
  margin: 10px 0;
  min-height: 56px;
  padding: 0 0 0 65px !important;
  position: relative;
}

.gk-numblock span,
.gk-numblock[data-style="style1"] span {
  border: 3px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ccc;
  display: block;
  font-size: 20px;
  font-weight: 600;
  height: 38px;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 38px;
}

.gk-numblock[data-style="style2"] span {
  border: 3px solid #363636;
  color: #363636;
}

.gk-numblock[data-style="style3"] span {
  border: 3px solid #e25b32;
  color: #e25b32;
}

.gk-floated {
  color: #e25b32;
  font-size: 125%;
  font-style: italic;
}

.gk-floated[data-align="left"] {
  float: left;
  padding: 10px 20px 10px 0;
}

.gk-floated[data-align="right"] {
  float: right;
  padding: 10px 0 10px 20px;
}

.gk-floated[data-align="center"] {
  float: none;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

/* Blockquote */
blockquote.gk-quote {
  background: url('../images/style1/typography/open1.png') no-repeat left bottom;
  margin: 20px 0;
  overflow: hidden;
  padding: 0 0 0 20px;
}

blockquote.gk-quote p {
  background: url('../images/style1/typography/close1.png') no-repeat top right;
  margin: 0 0 10px 0;
  padding: 0 20px 0 0;
}

blockquote.gk-quote cite {
  color: #aaa;
  float: right;
  font-size: 11px;
  font-style: italic;
}

blockquote.gk-quote[data-style="style2"] {
  background: url('../images/style1/typography/open1.png') no-repeat left top;
}

blockquote.gk-quote[data-style="style3"] {
  background: url('../images/style1/typography/open2.png') no-repeat left bottom;
  padding: 0 0 0 30px;
}

blockquote.gk-quote[data-style="style3"] p {
  background: url('../images/style1/typography/close2.png') no-repeat top right;
  padding: 0 30px 0 0;
}

blockquote.gk-quote[data-style="style4"] {
  background: url('../images/style1/typography/open2.png') no-repeat left top;
  padding: 0 0 0 30px;
}

blockquote.gk-quote[data-style="style4"] p {
  background: url('../images/style1/typography/close2.png') no-repeat top right;
  padding: 0 30px 0 0;
}

/* Lists */
article .content ul,
article .content ol {
  list-style-type: none;
  margin: 10px 0;
}

article .content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 10px;
}

article .content ul li,
article .content ol li {
  line-height: 25px;
  padding-left: 20px;
  position: relative;
}

article .content ol li {
  padding-left: 0;
}

article .content ol[data-style="style2"] {
  list-style-type: lower-alpha;
}

article .content ol[data-style="style3"] {
  list-style-type: decimal-leading-zero;
}

article .content ol[data-style="style4"] {
  list-style-type: upper-roman;
}

article .content ul li {
  background: url('../img/bullet1.png') no-repeat 0 10px!important;
  padding: 5px 0 2px 28px;
}

article .content ul[data-style="style2"] li {
  background: url('../images/style1/typography/bullet2.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style3"] li {
  background: url('../images/style1/typography/bullet3.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style4"] li {
  background: url('../images/style1/typography/bullet4.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style5"] li {
  background: url('../images/style1/typography/bullet5.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style6"] li {
  background: url('../images/style1/typography/bullet6.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style7"] li {
  background: url('../images/style1/typography/bullet7.png') no-repeat 0 10px!important;
}

article .content ul[data-style="style8"] li {
  background: url('../images/style1/typography/bullet8.png') no-repeat 0 10px!important;
}

/* buttons */
a.gk-button,
a.gk-button:active,
a.gk-button:focus,
a.gk-button:hover {
  color: #fff!important;
  font-weight: 400;
}
.gk-button[data-style="style2"],
.gk-button[data-style="style3"],
.gk-button[data-style="style4"],
.gk-button[data-style="style5"],
.gk-button[data-style="style6"],
.gk-button[data-style="style7"] {
  color: #fff;
}

.gk-button[data-style="style2"] {
  background-color: #363636;
}

.gk-button[data-style="style2"]:active,
.gk-button[data-style="style2"]:focus,
.gk-button[data-style="style2"]:hover {
  background-color: #e25b32;
}

.gk-button[data-style="style3"] {
  background-color: #dbae43;
}

.gk-button[data-style="style3"]:active,
.gk-button[data-style="style3"]:focus,
.gk-button[data-style="style3"]:hover {
  background-color: #e25b32;
}

.gk-button[data-style="style4"] {
  background-color: #3eabe9;
}

.gk-button[data-style="style4"]:active,
.gk-button[data-style="style4"]:focus,
.gk-button[data-style="style4"]:hover {
  background-color: #363636;
}

.gk-button[data-style="style5"] {
  background-color: #8DA734;
}

.gk-button[data-style="style5"]:active,
.gk-button[data-style="style5"]:focus,
.gk-button[data-style="style5"]:hover {
  background-color: #363636;
}

.gk-button[data-style="style6"] {
  background-color: #8c7a71;
}

.gk-button[data-style="style6"]:active,
.gk-button[data-style="style6"]:focus,
.gk-button[data-style="style6"]:hover {
  background-color: #363636;
}

.gk-button[data-style="style7"] {
  background-color: #e8a246;
}

.gk-button[data-style="style7"]:active,
.gk-button[data-style="style7"]:focus,
.gk-button[data-style="style7"]:hover {
  background-color: #363636;
}

/* Legends */
.gk-legend {
  border: 3px solid #e5e5e5;
  margin: 30px 0;
  padding: 13px;
  position: relative;
}

.gk-legend > strong:first-child {
  background: #fff;
  float: left;
  font-size: 15px;
  font-weight: 600;
  left: 11px;
  line-height: 18px;
  margin: 0 0 -9px!important;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: -10px;
}

.gk-legend[data-style="style2"] {
  border-color: #363636;
}

.gk-legend[data-style="style2"] > strong:first-child {
  color: #363636;
}

.gk-legend[data-style="style3"] {
  border-color: #e25b32;
}

.gk-legend[data-style="style3"] > strong:first-child {
  color: #e25b32;
}

.gk-legend[data-style="style4"] {
  border: 4px double #e5e5e5;
}

.gk-legend[data-style="style4"] > strong:first-child {
  color: #363636;
}

/* Columns */

.gk-columns {
  clear: both;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
}

.gk-columns > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 12px;
}

.gk-columns > div:first-child {
  padding-left: 0;
}

.gk-columns > div:last-child {
  padding-right: 0;
}

.gk-columns[data-column-count="1"] > div {
  padding: 0;
  width: 100%;
}

.gk-columns[data-column-count="2"] > div {
  width: 50%;
}

.gk-columns[data-column-count="3"] > div {
  width: 33.3%;
}

.gk-columns[data-column-count="4"] > div {
  width: 25%;
}

.gk-columns[data-column-count="5"] > div {
  width: 20%;
}

.gk-columns[data-column-count="6"] > div {
  width: 16.66%;
}

.gk-columns[data-column-count="7"] > div {
  width: 14.28%;
}

.gk-columns[data-column-count="8"] > div {
  width: 12.5%;
}

/* Raw text */
.gk-raw {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  color: #444;
  margin: 10px 0;
  padding: 10px 15px;
  position: relative;
}