html {
    font-family: KI_Font;
    src: url("../fonts/KI_Font.ttf");
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
}
s
article,pr
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,cod
menu,
nav,
section,
summary {
    display: block
}t

audio,
canvas,b
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

code {
    border-style: solid;
    border-width: 0.5px;
    border-color: black;
    
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    min-height: 100%;
}

img > .roundabout {
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 1px;
    width: 250px;
}

.avatars {
    border: 2px solid #fff;
    border-radius: 4px;
    width: 15%;
    height: 20%;
    
}


.img-responsive {
    
    position:relative;
    border: solid 2px;
    box-shadow: 0px 2px 2px #1b1b1b;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    border-color: #1b1b1b;
    
}


svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,pa
th {
    padding: 0
}

* {
    box-sizing: border-box
}

input,
select,
textarea,
button {
    font: 14px/1.4 "KI_Font", arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"
}

body {
    font: 14px/1.4 "KI_Font", arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #eee;
    background-color: #DFDFDF
}

a {
    color: #4078c0;
    text-decoration: none
}

a:hover,
a:active {
    text-decoration: underline
}

a.post-about-user {
    color: #aaa !important;
}

a:active.post-about-user {
    color: #aaa !important;
}

hr,
.rule {
    height: 0;
    margin: 15px 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd
}

hr:before,
.rule:before {
    display: table;
    content: ""
}

hr:after,
.rule:after {
    display: table;
    clear: both;
    content: ""
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.1
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 21px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 11px
}

noimp {
  font-size: 10px;
}

small {
    font-size: 90%
}

blockquote{
  display:block;
  background: #FFF;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  
  /*Borders - (Optional)*/
  border-left: 20px solid #821927;
  border-right: 4px solid #821927;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Space Mono, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "\201D"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: KI_Font, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  right: 10px;
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

div.clearfix-10 {
    
    height: 10px;
    
}

div.clearfix {
    
    height: 60vh;
    
}

.pull-left {
    text-align: left;
    float: left;
}


.pull-right {
    text-align: right;
    float: right;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
   }
   
img.center, h2.center, p.center {
    
 margin:0 auto; 
 text-align: center
    
}   
   
.gist {
    font-size:13px;
    line-height:18px;
    width:100%;
    overflow:auto;
    
}

.gist .blob-wrapper table tr {
    background-color: #efefef !important;
}

.gist .blob-num {
 
 color: #821927 !important;
    
}

.gist .blob-code-inner {
	font-family: 'Roboto', sans-serif;
	line-height: 1.8;
	white-space: pre-wrap;
}

.gist .blob-wrapper.data {
   max-height:240px;
   overflow:auto;
} 

.gist .gist-file {
	border: solid 2px #821927;
}

.gist .gist-data {
	border: solid 2px #202020;
}

.gist .gist-meta {
	border-top: solid 1px #821927;
}

.markdown-body img {
    max-witdh: 30vh;
    max-height: 30vh;
    border: solid 1px rgba(255,255,255,0.5);
    border-radius: 10px 10px 10px 10px;
}

    

.topbar {background:url(../images/lines.png);	height:5px;position: fixed;top: 0;width: 100%;z-index: 1000;}		


::-webkit-scrollbar, scrollbar-base-color {
	width: 8px;
	background-color: #F5F5F5;
	scroll-behavior: smooth;
}

/** STYLE 7 */
::-webkit-scrollbar-track, scrollbar-face-color {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-bottom: 4px #202020;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(130,25,39)),
									   color-stop(0.86, rgb(71,95,150)));
}

:root{
  scrollbar-color: #F5F5F5 !important;
  scrollbar-width: 8px !important;
}

.recommendations-unit, #thread__container, .post-list, .recommendations-wrapper {
   
   width: 100%;
   overflow-x: hidden !important;
}

.background-paper {
    
    background:url(https://steamcdn-a.akamaihd.net/steamcommunity/public/images/items/221680/ccc68d9202223c82f402a61d88b5522db4853ca8.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    
    filter: blur(80%);
     -webkit-filter: blur(80%);
     -moz-filter: blur(80%);
}

.divflex {
  display:table-cell;    
  display: flex;
  flex-grow: 100%;
  flex-shrink: 0;
  flex-basis: 100%;
}

.lead {
    text-shadow: 1px 1px #821927;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #555
}

.text-muted {
    color: #767676
}

.text-danger {
    color: #821927
}

.blog-headline {
    text-shadow: 3px 2px #821927;
    color: #dde;
    text-align: center;
    border-style: solid 4px;
    border-color: #000;
}

.blog-author {
    font-size: 12px;
    text-align: center;
    margin-bottom: -40px;
    margin-top: -10px;
}


.text-emphasized {
    font-weight: 700;
    color: #333
}

ul,
ol {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

ol ol,
ul ol {
    list-style-type: lower-roman
}

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
    list-style-type: lower-alpha
}

dd {
    margin-left: 0
}

tt {
    background-color: #919191;
    font-family: KI_Font, Liberation Mono, Menlo, Courier, monospace;
    font-size: 12px;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.container:before {
    display: table;
    content: ""
}

.container:after {
    display: table;
    clear: both;
    content: ""
}

.columns {
    margin-right: -40px;
    margin-left: -40px
}

.columns:before {
    display: table;
    content: ""
}

.columns:after {
    display: table;
    clear: both;
    content: ""
}

.column {
    float: left;
    padding-right: 40px;
    padding-left: 40px
}

.one-third {
    width: 33.333333%
}

.two-thirds {
    width: 66.666667%
}

.one-fourth {
    width: 25%
}

.one-half {
    width: 50%
}

.three-fourths {
    width: 75%
}

.one-fifth {
    width: 20%
}

.four-fifths {
    width: 80%
}

.single-column {
    padding-right: 40px;
    padding-left: 40px
}

.table-column {
    display: table-cell;
    width: 1%;
    padding-right: 40px;
    padding-left: 40px;
    vertical-align: top
}

.bar-2 {
	border-bottom: 1px solid #d8d8d8;
	width: 80%;
	height: 1px;
	margin: 20px auto;
	margin-top: 40px;
	text-align: center;
	}
	
.bar-2 > i {
	margin: 0px auto;
	padding: 20px 40px;
	font-size: 36px;
	margin-top: -40px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

.mtitle {
    text-align: right;
    float:right;
    font-weight: 100;
    color: #fff;
    background-color: #821927; 
    display: inline-block;
    padding: 5px 8px;
    border-radius: 4px;
    
}

.mtitle-n {
    font-weight: 100;
    color: #fff;
    background-color: #821927; 
    display: inline-block;
    padding: 5px 8px;
    border-radius: 4px;
    
}


.button {
    background-color: #821927; 
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}


.btn {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc, #eee);
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none
}

.btn i {
    font-style: normal;
    font-weight: 500;
    opacity: .6
}

.btn .octicon {
    vertical-align: text-top
}

.btn .counter {
    text-shadow: none;
    background-color: #e5e5e5
}

.btn:focus {
    text-decoration: none;
    border-color: #51a7e8;
    outline: none;
    box-shadow: 0 0 5px rgba(81, 167, 232, .5)
}

.btn:focus:hover,
.btn.selected:focus {
    border-color: #51a7e8
}

.btn:hover,
.btn:active,
.btn.zeroclipboard-is-hover,
.btn.zeroclipboard-is-active {
    text-decoration: none;
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ddd);
    border-color: #ccc
}

.btn:active,
.btn.selected,
.btn.zeroclipboard-is-active {
    background-color: #dcdcdc;
    background-image: none;
    border-color: #b5b5b5;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15)
}

.btn.selected:hover {
    background-color: #cfcfcf
}

.btn:disabled,
.btn:disabled:hover,
.btn.disabled,
.btn.disabled:hover {
    color: rgba(102, 102, 102, .5);
    cursor: default;
    background-color: rgba(229, 229, 229, .5);
    background-image: none;
    border-color: rgba(197, 197, 197, .5);
    box-shadow: none
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
    background-color: #60b044;
    background-image: linear-gradient(#8add6d, #60b044);
    border-color: #5ca941
}

.btn-primary .counter {
    color: #60b044;
    background-color: #fff
}

.btn-primary:hover {
    color: #fff;
    background-color: #569e3d;
    background-image: linear-gradient(#79d858, #569e3d);
    border-color: #4a993e
}

.btn-primary:active,
.btn-primary.selected {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    background-color: #569e3d;
    background-image: none;
    border-color: #418737
}

.btn-primary.selected:hover {
    background-color: #4c8b36
}

.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #fefefe;
    background-color: #add39f;
    background-image: linear-gradient(#c3ecb4, #add39f);
    border-color: #b9dcac #b9dcac #a7c89b
}

.btn-danger {
    color: #900
}

.btn-danger:hover {
    color: #fff;
    background-color: #b33630;
    background-image: linear-gradient(#dc5f59, #b33630);
    border-color: #cd504a
}

.btn-danger:active,
.btn-danger.selected {
    color: #fff;
    background-color: #b33630;
    background-image: none;
    border-color: #9f312c
}

.btn-danger.selected:hover {
    background-color: #9f302b
}

.btn-danger:disabled,
.btn-danger:disabled:hover,
.btn-danger.disabled,
.btn-danger.disabled:hover {
    color: #cb7f7f;
    background-color: #efefef;
    background-image: linear-gradient(#fefefe, #efefef);
    border-color: #e1e1e1
}

.btn-danger:hover .counter,
.btn-danger:active .counter,
.btn-danger.selected .counter {
    color: #b33630;
    background-color: #fff
}

.btn-outline {
    color: #4078c0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5
}

.btn-outline .counter {
    background-color: #eee
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline.selected,
.btn-outline.zeroclipboard-is-hover,
.btn-outline.zeroclipboard-is-active {
    color: #fff;
    background-color: #4078c0;
    background-image: none;
    border-color: #4078c0
}

.btn-outline:hover .counter,
.btn-outline:active .counter,
.btn-outline.selected .counter,
.btn-outline.zeroclipboard-is-hover .counter,
.btn-outline.zeroclipboard-is-active .counter {
    color: #4078c0;
    background-color: #fff
}

.btn-outline.selected:hover {
    background-color: #396cad
}

.btn-outline:disabled,
.btn-outline:disabled:hover,
.btn-outline.disabled,
.btn-outline.disabled:hover {
    color: #767676;
    background-color: #fff;
    background-image: none;
    border-color: #e5e5e5
}

.btn-with-count {
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-sm {
    padding: 2px 10px
}

.hidden-text-expander {
    display: block
}

.hidden-text-expander.inline {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 5px;
    line-height: 0
}

.hidden-text-expander a {
    display: inline-block;
    height: 12px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 6px;
    color: #555;
    text-decoration: none;
    vertical-align: middle;
    background: #ddd;
    border-radius: 1px
}

.hidden-text-expander a:hover {
    text-decoration: none;
    background-color: #ccc
}

.hidden-text-expander a:active {
    color: #fff;
    background-color: #4183c4
}

.social-count {
    float: left;
    padding: 2px 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.social-count:hover,
.social-count:active {
    text-decoration: none
}

.social-count:hover {
    color: #4078c0;
    cursor: pointer
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center
}

.btn-group {
    display: inline-block;
    vertical-align: middle
}

.btn-group:before {
    display: table;
    content: ""
}

.btn-group:after {
    display: table;
    clear: both;
    content: ""
}

.btn-group .btn {
    position: relative;
    float: left
}

.btn-group .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group .btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.selected {
    z-index: 2
}

.btn-group .btn:focus {
    z-index: 3
}

.btn-group .btn+.btn {
    margin-left: -1px
}

.btn-group .btn+.button_to,
.btn-group .button_to+.btn,
.btn-group .button_to+.button_to {
    margin-left: -1px
}

.btn-group .button_to {
    float: left
}

.btn-group .button_to .btn {
    border-radius: 0
}

.btn-group .button_to:first-child .btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn-group .button_to:last-child .btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.btn-group+.btn-group,
.btn-group+.btn {
    margin-left: 5px
}

.btn-link {
    display: inline-block;
    padding: 0;
    font-size: inherit;
    color: #4078c0;
    white-space: nowrap;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: underline
}

.btn-link:focus {
    outline: none
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.fa-bitbucket:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.hljs {
    display: block;
    background: white;
    padding: .5em;
    color: #333;
    overflow-x: auto;
    -webkit-text-size-adjust: none
}

.hljs-comment,
.bash .hljs-shebang,
.java .hljs-javadoc,
.javascript .hljs-javadoc,
.rust .hljs-preprocessor {
    color: #969896
}

.hljs-string,
.apache .hljs-sqbracket,
.coffeescript .hljs-subst,
.coffeescript .hljs-regexp,
.cpp .hljs-preprocessor,
.c .hljs-preprocessor,
.javascript .hljs-regexp,
.json .hljs-attribute,
.makefile .hljs-variable,
.markdown .hljs-value,
.markdown .hljs-link_label,
.markdown .hljs-strong,
.markdown .hljs-emphasis,
.markdown .hljs-blockquote,
.nginx .hljs-regexp,
.nginx .hljs-number,
.objectivec .hljs-preprocessor .hljs-title,
.perl .hljs-regexp,
.php .hljs-regexp,
.xml .hljs-value,
.less .hljs-built_in,
.scss .hljs-built_in {
    color: #df5000
}

.hljs-keyword,
.css .hljs-at_rule,
.css .hljs-important,
.http .hljs-request,
.ini .hljs-setting,
.haskell .hljs-type,
.java .hljs-javadoctag,
.javascript .hljs-tag,
.javascript .hljs-javadoctag,
.nginx .hljs-title,
.objectivec .hljs-preprocessor,
.php .hljs-phpdoc,
.sql .hljs-built_in,
.less .hljs-tag,
.less .hljs-at_rule,
.scss .hljs-tag,
.scss .hljs-at_rule,
.scss .hljs-important,
.stylus .hljs-at_rule,
.go .hljs-typename,
.swift .hljs-preprocessor {
    color: #a71d5d
}

.apache .hljs-common,
.apache .hljs-cbracket,
.apache .hljs-keyword,
.bash .hljs-literal,
.bash .hljs-built_in,
.coffeescript .hljs-literal,
.coffeescript .hljs-built_in,
.coffeescript .hljs-number,
.cpp .hljs-number,
.cpp .hljs-built_in,
.c .hljs-number,
.c .hljs-built_in,
.cs .hljs-number,
.cs .hljs-built_in,
.css .hljs-attribute,
.css .hljs-hexcolor,
.css .hljs-number,
.css .hljs-function,
.haskell .hljs-number,
.http .hljs-literal,
.http .hljs-attribute,
.java .hljs-number,
.javascript .hljs-built_in,
.javascript .hljs-literal,
.javascript .hljs-number,
.json .hljs-number,
.makefile .hljs-keyword,
.markdown .hljs-link_reference,
.nginx .hljs-built_in,
.objectivec .hljs-literal,
.objectivec .hljs-number,
.objectivec .hljs-built_in,
.php .hljs-literal,
.php .hljs-number,
.python .hljs-number,
.ruby .hljs-prompt,
.ruby .hljs-constant,
.ruby .hljs-number,
.ruby .hljs-subst .hljs-keyword,
.ruby .hljs-symbol,
.rust .hljs-number,
.sql .hljs-number,
.puppet .hljs-function,
.less .hljs-number,
.less .hljs-hexcolor,
.less .hljs-function,
.less .hljs-attribute,
.scss .hljs-preprocessor,
.scss .hljs-number,
.scss .hljs-hexcolor,
.scss .hljs-function,
.scss .hljs-attribute,
.stylus .hljs-number,
.stylus .hljs-hexcolor,
.stylus .hljs-attribute,
.stylus .hljs-params,
.go .hljs-built_in,
.go .hljs-constant,
.swift .hljs-built_in,
.swift .hljs-number {
    color: #0086b3
}

.apache .hljs-tag,
.cs .hljs-xmlDocTag,
.css .hljs-tag,
.xml .hljs-title,
.stylus .hljs-tag {
    color: #63a35c
}

.bash .hljs-variable,
.cs .hljs-preprocessor,
.cs .hljs-preprocessor .hljs-keyword,
.css .hljs-attr_selector,
.css .hljs-value,
.ini .hljs-value,
.ini .hljs-keyword,
.javascript .hljs-tag .hljs-title,
.makefile .hljs-constant,
.nginx .hljs-variable,
.xml .hljs-tag,
.scss .hljs-variable {
    color: #333
}

.bash .hljs-title,
.coffeescript .hljs-title,
.cpp .hljs-title,
.c .hljs-title,
.cs .hljs-title,
.css .hljs-id,
.css .hljs-class,
.css .hljs-pseudo,
.ini .hljs-title,
.haskell .hljs-title,
.haskell .hljs-pragma,
.java .hljs-title,
.javascript .hljs-title,
.makefile .hljs-title,
.objectivec .hljs-title,
.perl .hljs-sub,
.php .hljs-title,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-parent,
.ruby .hljs-title,
.rust .hljs-title,
.xml .hljs-attribute,
.puppet .hljs-title,
.less .hljs-id,
.less .hljs-pseudo,
.less .hljs-class,
.scss .hljs-id,
.scss .hljs-pseudo,
.scss .hljs-class,
.stylus .hljs-class,
.stylus .hljs-id,
.stylus .hljs-pseudo,
.stylus .hljs-title,
.swift .hljs-title,
.diff .hljs-chunk {
    color: #795da3
}

.coffeescript .hljs-reserved,
.coffeescript .hljs-attribute {
    color: #1d3e81
}

.diff .hljs-chunk {
    font-weight: 700
}

.diff .hljs-addition {
    color: #55a532;
    background-color: #eaffea
}

.diff .hljs-deletion {
    color: #821927;
    background-color: #ffecec
}

.markdown .hljs-link_url {
    text-decoration: underline
}

.markdown-body {
    overflow: hidden;
    line-height: 1.6;
    word-wrap: break-word
}

.markdown-body>*:first-child {
    margin-top: 0!important
}

.markdown-body>*:last-child {
    margin-bottom: 0!important
}

.markdown-body a:not([href]) {
    color: inherit;
    text-decoration: none
}

.markdown-body .absent {
    color: #c00
}

.markdown-body .anchor {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding-right: 6px;
    padding-left: 30px;
    margin-left: -30px
}

.markdown-body .anchor:focus {
    outline: none
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    position: relative;
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.4
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
    display: none;
    color: #000;
    vertical-align: middle
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
    padding-left: 8px;
    margin-left: -30px;
    text-decoration: none
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
    display: inline-block
}

.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
    font-size: inherit
}

.markdown-body h1 {
    padding-bottom: .3em;
    font-size: 2.25em;
    line-height: 1.2;
    border-bottom: 1px solid #eee
}

.markdown-body h1 .anchor {
    line-height: 1
}

.markdown-body h2 {
    padding-bottom: .3em;
    font-size: 1.75em;
    line-height: 1.225;
    border-bottom: 1px solid #eee
}

.markdown-body h2 .anchor {
    line-height: 1
}

.markdown-body h3 {
    font-size: 1.5em;
    line-height: 1.43
}

.markdown-body h3 .anchor {
    line-height: 1.2
}

.markdown-body h4 {
    font-size: 1.25em
}

.markdown-body h4 .anchor {
    line-height: 1.2
}

.markdown-body h5 {
    font-size: 1em
}

.markdown-body h5 .anchor {
    line-height: 1.1
}

.markdown-body h6 {
    font-size: 1em;
    color: #777
}

.markdown-body h6 .anchor {
    line-height: 1.1
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
    margin-top: 0;
    margin-bottom: 16px
}

.markdown-body hr {
    height: 4px;
    padding: 0;
    margin: 16px 0;
    background-color: #e7e7e7;
    border: 0 none
}

.markdown-body ul,
.markdown-body ol {
    padding-left: 2em
}

.markdown-body ul.no-list,
.markdown-body ol.no-list {
    padding: 0;
    list-style-type: none
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
    margin-top: 0;
    margin-bottom: 0
}

.markdown-body li>p {
    margin-top: 16px
}

.markdown-body dl {
    padding: 0
}

.markdown-body dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: 700
}

.markdown-body dl dd {
    padding: 0 16px;
    margin-bottom: 16px
}

.markdown-body blockquote {
    padding: 0 15px;
    color: #777;
    border-left: 4px solid #ddd
}

.markdown-body blockquote>:first-child {
    margin-top: 0
}

.markdown-body blockquote>:last-child {
    margin-bottom: 0
}

.markdown-body table {
    display: block;
    width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all
}

.markdown-body table th {
    font-weight: 700
}

.markdown-body table th,
.markdown-body table td {
    padding: 6px 13px;
    border: 1px solid #ddd
}

.markdown-body table tr {
    background-color: #202020;
    border-top: 1px solid #ccc
}

.markdown-body table tr:nth-child(2n) {
    background-color: #101010
}
.markdown-body img {
    max-width: 100%;
    box-sizing: border-box
}

.markdown-body .emoji {
    max-width: none
}

.markdown-body span.frame {
    display: block;
    overflow: hidden
}

.markdown-body span.frame>span {
    display: block;
    float: left;
    width: auto;
    padding: 7px;
    margin: 13px 0 0;
    overflow: hidden;
    border: 1px solid #ddd
}

.markdown-body span.frame span img {
    display: block;
    float: left
}

.markdown-body span.frame span span {
    display: block;
    padding: 5px 0 0;
    clear: both;
    color: #333
}

.markdown-body span.align-center {
    display: block;
    overflow: hidden;
    clear: both
}

.markdown-body span.align-center>span {
    display: block;
    margin: 13px auto 0;
    overflow: hidden;
    text-align: center
}

.markdown-body span.align-center span img {
    margin: 0 auto;
    text-align: center
}

.markdown-body span.align-right {
    display: block;
    overflow: hidden;
    clear: both
}

.markdown-body span.align-right>span {
    display: block;
    margin: 13px 0 0;
    overflow: hidden;
    text-align: right
}

.markdown-body span.align-right span img {
    margin: 0;
    text-align: right
}

.markdown-body span.float-left {
    display: block;
    float: left;
    margin-right: 13px;
    overflow: hidden
}

.markdown-body span.float-left span {
    margin: 13px 0 0
}

.markdown-body span.float-right {
    display: block;
    float: right;
    margin-left: 13px;
    overflow: hidden
}

.markdown-body span.float-right>span {
    display: block;
    margin: 13px auto 0;
    overflow: hidden;
    text-align: right
}

.markdown-body code,
.markdown-body tt {
    padding: 0;
    padding-top: .2em;
    padding-bottom: .2em;
    margin: 0;
    font-size: 80%;
    background-color: #821927;
    border-radius: 6px;
    border-color: #fff;
}

.markdown-body code:before,
.markdown-body code:after,
.markdown-body tt:before,
.markdown-body tt:after {
    letter-spacing: -.2em;
    content: "\00a0"
}

.markdown-body code br,
.markdown-body tt br {
    display: none
}

.markdown-body del code {
    text-decoration: inherit
}

.markdown-body pre>code {
    padding: 0;
    margin: 0;
    font-size: 100%;
    word-break: normal;
    white-space: pre;
    background: transparent;
    border: 0
}

.markdown-body .highlight {
    margin-bottom: 16px
}

.markdown-body .highlight pre,
.markdown-body pre {
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    display: block;
    color: #aaa;
    border: 2px solid #fff;
    background-color: #821927;
}

.markdown-body .highlight pre {
    margin-bottom: 0;
    word-break: normal
}

.markdown-body pre {
    word-wrap: normal
}

.markdown-body pre code,
.markdown-body pre tt {
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0
}

.markdown-body pre code:before,
.markdown-body pre code:after,
.markdown-body pre tt:before,
.markdown-body pre tt:after {
    content: normal
}

.markdown-body kbd {
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 10px;
    color: #555;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: solid 1px #ccc;
    border-bottom-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #bbb
}

.btn-social {
    display: block;
    width: 32px;
    height: 32px;
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    border-radius: 50%
}

.btn-social:hover {
    text-decoration: none;
    opacity: .7
}

body {
    padding-left: 300px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    transition: padding-left 500ms ease-in-out
}

@media (max-width: 1024px) {
.side {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    overflow-y: auto;
    overflow:scroll;
    -webkit-overflow-scrolling: auto;
}
}

@media (min-width: 1024px) {
.side {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 310px;
    overflow-y: auto;
    transition: left 500ms ease-in-out;
}
}

.side:before {
    display: table;
    content: ""
}

.side:after {
    display: table;
    clear: both;
    content: ""
}

.side-header {
    text-align: center;
}

.side-header>.social-icons {
    padding: 0 40px;
    padding-bottom: 20px;
    margin-bottom: 0;
    list-style: none
}

.side-header>.social-icons>li {
    display: inline-block;
    margin: 5px
}

.side-header>.social-icons a {
    color: #fff
}

.side-avatar {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-top: 40px;
    border-radius: 50%
}

.side-avatar>div>#logo_x5F_aebian {
    max-width: 100%;
    border: solid 5px #f4f4f4;
    border-radius: 50%
}

.side-heading {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.side-content {
    padding: 20px 40px;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
}

.side-content>x {
    padding: 10px;
}

.side-content>h3 {
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    color: #adadad;
    text-align: center;
    text-transform: uppercase
}

.side-content>p {
    line-height: 1.6em;
    color: #fff;
    text-align: justify
}

.side-content>hr {
    width: 50px;
    margin: 20px auto;
    border-color: #f0f0f0
}

.side-categories {
    margin: -3px;
    list-style: none
}

.side-categories:before {
    display: table;
    content: ""
}

.side-categories:after {
    display: table;
    clear: both;
    content: ""
}

.side-categories>li {
    display: block;
    float: left;
    margin: 3px
}

.side-categories>li>a {
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border: solid 0.1px #202020;
    border-radius: 5px
}

.side-categories>li>a>span {
    display: inline-block;
    padding: 1px 5px;
    margin-right: 2px;
    font-size: 10px;
    color: #ddd;
    background: rgba(0, 0, 0, .25);
    border-radius: 5px
}

.site-gallery {
    margin: -3px;
    list-style: none
}

.site-gallery:before {
    display: table;
    content: ""
}

.site-gallery:after {
    display: table;
    clear: both;
    content: ""
}

.site-gallery>li {
    display: block;
    float: left;
    margin: 3px
}

.site-gallery>li>a {
    display: inline-block;
    padding: 10px 13px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-top: solid 0.1px #555;
    border-radius: 5px
}

.site-gallery>li>a>span {
    display: inline-block;
    padding: 1px 5px;
    margin-right: 2px;
    font-size: 14px;
    color: #ddd;
    background: rgba(0, 0, 0, .25);
    border-radius: 5px
}

.site-gallery-preview {
    display: flex;
    min-height: 100%;
    flex-wrap: wrap;
    justify-content: center; 
}

.site-gallery-image {



}

.recent-posts {
    list-style: none
}

.recent-posts li {
    padding-bottom: 8px;
    font-size: 11px;
    color: #aaa
}

.recent-posts li+li {
    padding-top: 8px;
    border-top: solid 1px #f3f3f3
}

.recent-posts h4 {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 15px
}
.content {
    position: relative;
    min-height: 100vh;
    padding: 40px;
    background-color: #202020;
    border-left: solid 5px #821927;
    transition: border-left-color 500ms ease-in-out
}

.menu-btn {
    position: static;
    top: 20px;
    display: none;
    width: 100px
}

.menu-btn:hover {
    text-decoration: none
}

.menu-btn:hover>.bar {
    opacity: .8
}

.menu-btn>.bar {
    display: block;
    height: 6px;
    border-radius: 3px
}

.menu-btn>.bar+.bar {
    margin-top: 6px
}

.page-content.width-1800 {
    padding-left: 1px;
    max-width: 2000px;
    overflow:hidden;
    position: relative;
    margin-bottom: -30px;
    
    
}



.page-content.font-size-14 {
    font-size: 14px
}

.page-content.font-size-15 {
    font-size: 15px
}

.page-content.font-size-16 {
    font-size: 16px
}

.page-content.font-size-17 {
    font-size: 17px
}

.page-content.font-size-18 {
    font-size: 18px
}

.page-content.font-size-19 {
    font-size: 19px
}

.page-content.font-size-20 {
    font-size: 20px
}

.content-heading {
    font-weight: 200;
    padding: 12px 12px;
    margin-top: 0;
    color: #eee;
}

hr {
    border-bottom-color: #eee
}

.media-download>a:hover {
text-decoration:  none;
}


.media-image {
    
    max-width: 540px;
    max-height: 305px;
    overflow: hidden;
    -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

.image-fit {
    position:relative;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}

.blog-image-crop {
    width: 1000px;
    height: 500px;
    overflow: hidden
}

.blog-featured-image {
    position:relative;
    border: solid 2px;
    box-shadow: 2px 2px 2px;
    margin: 0 auto;
    display: block;
    margin-bottom: -40px;
    max-width: 100%;
    box-sizing: border-box;
}

.blog-footer {
    margin-top: 40px;
    color: #999
}

.posts-list .post {
    padding-top: 20px;
    padding-bottom: 20px
}

.posts-list .post+.post {
    border-top: solid 1px #f6f6f6
}

.posts-list .post h2 {
    font-size: 26px
}

.posts-list .post-info {
    font-size: 90%;
    color: #aaa
}

.post-title > a {
    text-shadow: 3px 2px #821927 !important;
    color: #dde !important;
    border-style: solid 4px;
    border-color: #000;
    
}

.posts-list .posts-pagination {
    margin-top: 40px
}

.btn-share-group {
    display: inline-block;
    vertical-align: middle
}

.btn-share-group::before {
    display: table;
    content: ""
}

.btn-share-group::after {
    display: table;
    clear: both;
    content: ""
}

.btn-share-group .btn-share {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: .5px;
    line-height: 40px;
    background-color: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    border-radius: 2px
}

.btn-share-group .btn-share:hover {
    background-color: #f8f8f8;
    opacity: .9
}

.btn-share-group.btn-share-group-lg .btn-share {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.btn-share-group.btn-share-group-lg .btn-share-label {
    padding-right: 18.75px;
    padding-left: 18.75px;
    font-size: 15.6px
}

.btn-share-group .btn-share-label {
    display: inline-block;
    width: auto!important;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    color: #a5a5a5
}

.btn-share-group:hover .btn-share-label {
    color: #777
}

.btn-share-group .btn-share-facebook {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZmlsbD0iIzNDNUE5OCIgZD0iTTQ3LjIgNTBjMS41IDAgMi44LTEuMiAyLjgtMi44VjIuOEM1MCAxLjIgNDguNyAwIDQ3LjIgMEgyLjhDMS4yIDAgMCAxLjIgMCAyLjh2NDQuNEMwIDQ4LjcgMS4yIDUwIDIuOCA1MGg0NC40eiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0zNC41IDUwVjMwLjZINDFsMS03LjVoLTcuNXYtNC44YzAtMi4yLjYtMy43IDMuNy0zLjdoNFY3LjhjLS43LS4xLTMuMS0uMy01LjgtLjMtNS44IDAtOS43IDMuNS05LjcgMTB2NS42aC02LjV2Ny41aDYuNVY1MGg3Ljh6Ii8+PC9zdmc+)
}

.btn-share-group .btn-share-gplus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjQuMiA0LjEgMTI2LjMgMTIzLjQiPjxwYXRoIGZpbGw9IiNEQzRBMzgiIGQ9Ik0xMjYuNSA0LjFIOC4xQzYgNC4xIDQuMiA1LjkgNC4yIDh2MTE1LjVjMCAyLjIgMS44IDMuOSAzLjkgMy45aDExOC40YzIuMiAwIDMuOS0xLjggMy45LTMuOVY4Yy4xLTIuMS0xLjctMy45LTMuOS0zLjl6Ii8+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTcwLjUgNzEuOGwtNC0zLjFjLTEuMi0xLTIuOS0yLjMtMi45LTQuOCAwLTIuNCAxLjctNCAzLjEtNS40QzcxLjQgNTQuOSA3NiA1MSA3NiA0Mi44YzAtOC40LTUuMy0xMi45LTcuOC0xNUg3NWw3LjItNC41SDYwLjRjLTYgMC0xNC42IDEuNC0yMC45IDYuNi00LjggNC4xLTcuMSA5LjgtNy4xIDE0LjggMCA4LjYgNi42IDE3LjQgMTguMyAxNy40IDEuMSAwIDIuMy0uMSAzLjUtLjItLjUgMS4zLTEuMSAyLjQtMS4xIDQuMyAwIDMuNCAxLjggNS41IDMuMyA3LjUtNSAuMy0xNC4zLjktMjEuMSA1LjEtNi41IDMuOS04LjUgOS41LTguNSAxMy41IDAgOC4yIDcuNyAxNS44IDIzLjggMTUuOCAxOSAwIDI5LjEtMTAuNSAyOS4xLTIwLjkuMS03LjUtNC40LTExLjMtOS4yLTE1LjR6TTU2IDU5LjFjLTkuNSAwLTEzLjgtMTIuMy0xMy44LTE5LjcgMC0yLjkuNS01LjkgMi40LTguMiAxLjgtMi4yIDQuOS0zLjcgNy43LTMuNyA5LjIgMCAxMy45IDEyLjQgMTMuOSAyMC40IDAgMi0uMiA1LjUtMi44IDguMS0xLjcgMS44LTQuNiAzLjEtNy40IDMuMXptLjEgNDQuNmMtMTEuOCAwLTE5LjUtNS43LTE5LjUtMTMuNSAwLTcuOSA3LjEtMTAuNSA5LjUtMTEuNCA0LjYtMS42IDEwLjYtMS44IDExLjYtMS44IDEuMSAwIDEuNyAwIDIuNS4xIDguNCA2IDEyLjEgOSAxMi4xIDE0LjYuMSA2LjgtNS42IDEyLTE2LjIgMTJ6TTk4LjQgNTguOXYtMTFoLTUuNXYxMWgtMTF2NS42aDExdjExLjFoNS41VjY0LjVoMTEuMXYtNS42Ii8+PC9nPjwvc3ZnPg==)
}

.btn-share-group .btn-share-twitter {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNzMuNCAyMjIuMiI+PHBhdGggZmlsbD0iIzU1QUNFRSIgZD0iTTI3My40IDI2LjNjLTEwLjEgNC41LTIwLjkgNy41LTMyLjIgOC44IDExLjYtNi45IDIwLjUtMTcuOSAyNC43LTMxLTEwLjkgNi40LTIyLjkgMTEuMS0zNS43IDEzLjZDMjIwIDYuOCAyMDUuNCAwIDE4OS4zIDBjLTMxIDAtNTYuMSAyNS4xLTU2LjEgNTYuMSAwIDQuNC41IDguNyAxLjUgMTIuOEM4OCA2Ni41IDQ2LjcgNDQuMiAxOSAxMC4zYy00LjggOC4zLTcuNiAxNy45LTcuNiAyOC4yIDAgMTkuNSA5LjkgMzYuNiAyNSA0Ni43LTkuMi0uMy0xNy44LTIuOC0yNS40LTd2LjdjMCAyNy4yIDE5LjMgNDkuOCA0NSA1NS00LjcgMS4zLTkuNyAyLTE0LjggMi0zLjYgMC03LjEtLjQtMTAuNi0xIDcuMSAyMi4zIDI3LjkgMzguNSA1Mi40IDM5LTE5LjIgMTUtNDMuNCAyNC02OS43IDI0LTQuNSAwLTktLjMtMTMuNC0uOCAyNC44IDE1LjkgNTQuMyAyNS4yIDg2IDI1LjIgMTAzLjIgMCAxNTkuNi04NS41IDE1OS42LTE1OS42IDAtMi40LS4xLTQuOS0uMi03LjMgMTEuMS04IDIwLjYtMTcuOSAyOC4xLTI5LjF6Ii8+PC9zdmc+)
}

.btn-share-group .btn-share-reddit {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNjAiIGhlaWdodD0iNTAwIiB2aWV3Qm94PSIwIDAgMzYwIDUwMCI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMTIuNTg0OTUgMCAwIDEyLjU4NDk1IC01ODQuMzQ0IC0xLjM3MikiPjxlbGxpcHNlIGZpbGw9IiNGRkYiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjEiIGN4PSI2NS4yNDUiIGN5PSIyOC40MTgiIHJ4PSI0LjQxMSIgcnk9IjUuMzI0Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU4LjMwMyAzOS4yODVjLjA2My0uMTk3LjEwOC0uNC4xMDgtLjYxNSAwLTEuMzYtMS4zNi0yLjQ2My0zLjA0LTIuNDYzLTEuNjc4IDAtMy4wMzggMS4xMDQtMy4wMzggMi40NjMgMCAuMjE1LjA0NC40MTguMTA4LjYxNWg1Ljg2M3oiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4xIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik01OC4zMDMgMzkuMjg1Yy4wNjMtLjE5Ny4xMDgtLjQuMTA4LS42MTUgMC0xLjM2LTEuMzYtMi40NjMtMy4wNC0yLjQ2My0xLjY3OCAwLTMuMDM4IDEuMTA0LTMuMDM4IDIuNDYzIDAgLjIxNS4wNDQuNDE4LjEwOC42MTVoNS44NjN6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTY4Ljk1IDM5LjI4NWMuMDYtLjE5Ny4xMDYtLjQuMTA2LS42MTUgMC0xLjM2LTEuMzYtMi40NjMtMy4wNC0yLjQ2M3MtMy4wNCAxLjEwNC0zLjA0IDIuNDYzYzAgLjIxNS4wNDMuNDE4LjEwNy42MTVoNS44NjZ6Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNNjguOTUgMzkuMjg1Yy4wNi0uMTk3LjEwNi0uNC4xMDYtLjYxNSAwLTEuMzYtMS4zNi0yLjQ2My0zLjA0LTIuNDYzcy0zLjA0IDEuMTA0LTMuMDQgMi40NjNjMCAuMjE1LjA0My40MTguMTA3LjYxNWg1Ljg2NnoiLz48Y2lyY2xlIGZpbGw9IiNGRkYiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjEiIGN4PSI0OS42ODQiIGN5PSIxMS44MzYiIHI9IjIuNzAyIi8+PGNpcmNsZSBmaWxsPSIjRkZGIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4xIiBjeD0iNzEuNzg2IiBjeT0iMTEuODM2IiByPSIyLjcwMiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTY4LjIyNiAyLjM1Mkw2Mi44MjIgMS4wOGwtMS45ODYgNi4yNzgiLz48ZWxsaXBzZSBmaWxsPSIjRkZGIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4xIiBjeD0iNTYuMTQ2IiBjeT0iMjguNDE4IiByeD0iNC40MTEiIHJ5PSI1LjMyNCIvPjxjaXJjbGUgZmlsbD0iI0ZGRiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMSIgY3g9IjcwLjQzMSIgY3k9IjIuNzg5IiByPSIyLjEzIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU5LjE4IDM5LjI5aDIuOTljMi42NTYtMS4zODQgNC42MjUtNi4zNCA0LjYyNS0xMi4yNjMgMC02Ljk5LTIuNzQtMTIuNjU1LTYuMTItMTIuNjU1cy02LjExOCA1LjY2Ni02LjExOCAxMi42NTVjMCA1LjkyMiAxLjk2OCAxMC44OCA0LjYyNCAxMi4yNjJ6Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMSIgZD0iTTU5LjE4IDM5LjI5aDIuOTljMi42NTYtMS4zODQgNC42MjUtNi4zNCA0LjYyNS0xMi4yNjMgMC02Ljk5LTIuNzQtMTIuNjU1LTYuMTItMTIuNjU1cy02LjExOCA1LjY2Ni02LjExOCAxMi42NTVjMCA1LjkyMiAxLjk2OCAxMC44OCA0LjYyNCAxMi4yNjJ6Ii8+PGVsbGlwc2UgZmlsbD0iI0ZGRiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMSIgY3g9IjYwLjY3NiIgY3k9IjE1LjU1MiIgcng9IjEyLjIzOCIgcnk9IjcuOTg3Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNNTcuNDU3IDM5LjI4NWg2LjU5NiIvPjxnPjxwYXRoIGZpbGw9IiNGRjQ1MDAiIGQ9Ik01Ni40MzcgMTJjLTEuMDg3IDAtMiAuOTEzLTIgMnMuOTEzIDEuOTcgMiAxLjk3IDEuOTctLjg4MyAxLjk3LTEuOTctLjg4My0yLTEuOTctMnpNNjUuMDYzIDEyYy0xLjA4OCAwLTIgLjkxMi0yIDJzLjkxMyAxLjk3IDIgMS45N2MxLjA4OCAwIDEuOTctLjg4MyAxLjk3LTEuOTdzLS44ODItMi0xLjk3LTJ6Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNNTYuNTA3IDE5LjIzYzEuMDY2IDEuMDY1IDIuNzg2IDEuMjcgNC4yMTIgMS4yN002NC45NjMgMTkuMjNjLTEuMDY3IDEuMDY1LTIuNzg2IDEuMjctNC4yMTMgMS4yNyIvPjwvZz48L2c+PC9zdmc+);
    background-size: 48%
}

.btn-share-group .btn-share-tumblr {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iIzM1NDY1RCIgZD0iTTAgMGgzMnYzMkgweiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yMSAyMS4zYy0uNC4yLTEuMS4zLTEuNi4zLTEuNiAwLTEuOS0xLjEtMS45LTJ2LTYuMmg0di0zaC00di01aC0yLjlzLS4xIDAtLjEuMWMtLjIgMS42LS45IDQuMy0zLjkgNS40djIuNmgyVjIwYzAgMi4yIDEuNiA1LjQgNiA1LjMgMS41IDAgMy4xLS42IDMuNS0xLjJMMjEgMjEuM3oiLz48L3N2Zz4=)
}

.btn-share-group .btn-share-stumbleupon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTkuNyAxMTkuNyI+PGNpcmNsZSBmaWxsPSIjRjA0RTIzIiBjeD0iNTkuOSIgY3k9IjU5LjkiIHI9IjU5LjkiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNjIuOCA1My4ybDQuNyAyLjIgNy0yLjF2LTQuOGMtLjItOC4yLTctMTQuOC0xNS4zLTE0LjhzLTE1IDYuNi0xNS4zIDE0Ljh2MjIuMWMwIDItMS42IDMuNi0zLjYgMy42cy0zLjYtMS42LTMuNi0zLjZ2LTkuNEgyNXY5LjVDMjUgNzkuMiAzMS45IDg2IDQwLjMgODZzMTUuMi02LjcgMTUuMy0xNS4xVjQ5LjFjMC0yIDEuNi0zLjYgMy42LTMuNnMzLjYgMS42IDMuNiAzLjZ2NC4xem0xOC45IDcuOXY5LjhjMCAyLTEuNiAzLjYtMy42IDMuNnMtMy42LTEuNi0zLjYtMy42di05LjZsLTcgMi4xLTQuNy0yLjJ2OS41Yy4xIDguNCA2LjkgMTUuMiAxNS4zIDE1LjIgOC41IDAgMTUuMy02LjkgMTUuMy0xNS4zdi05LjVIODEuN3oiLz48L3N2Zz4=)
}

.btn-share-group .btn-share-linkedin {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiI+PHBhdGggZmlsbD0iIzAwN0JCNiIgZD0iTTMzLjMgMEgyLjdDMS4yIDAgMCAxLjIgMCAyLjZ2MzAuOEMwIDM0LjggMS4yIDM2IDIuNyAzNmgzMC43YzEuNSAwIDIuNy0xLjIgMi43LTIuNlYyLjZDMzYgMS4yIDM0LjggMCAzMy4zIDB6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTUuMyAxMy41aDUuM3YxNy4ySDUuM1YxMy41ek04IDVjMS43IDAgMy4xIDEuNCAzLjEgMy4xIDAgMS43LTEuNCAzLjEtMy4xIDMuMS0xLjcgMC0zLjEtMS40LTMuMS0zLjFDNC45IDYuMyA2LjMgNSA4IDVNMTQgMTMuNWg1LjF2Mi4zaC4xYy43LTEuNCAyLjUtMi44IDUuMS0yLjggNS40IDAgNi40IDMuNiA2LjQgOC4ydjkuNGgtNS4zdi04LjRjMC0yIDAtNC42LTIuOC00LjZzLTMuMiAyLjItMy4yIDQuNHY4LjVIMTR2LTE3eiIvPjwvc3ZnPg==)
}

.side {
    background-color: #1B1B1B;
}

@media(max-width:991px) {
    .side {
        left: -300px
    }
    .side-visible .side {
        left: 0
    }
    body {
        padding-left: 0
    }
    .side-visible {
        padding-left: 300px
    }
    .content-heading {
        margin-top: 40px
    }
    .menu-btn {
        top: 40px;
        left: 80px;
        display: block
    }
    .side-visible .page-content {
        min-width: 400px
    }
}

@media(max-width:767px) {
    .side {
        width: 260px
    }
    .side-visible {
        padding-left: 260px
    }
    .content {
        padding: 40px 20px
    }
    .content-heading {
        margin: 20px 0;
        font-size: 32px
    }
    .menu-btn {
        top: 20px;
        left: 20px;
        width: 30px
    }
    .menu-btn>.bar {
        height: 4px
    }
    .menu-btn>.bar+.bar {
        margin-top: 5px
    }
}

@media print {
    body {
        padding-left: 0!important
    }
    .side {
        display: none!important
    }
    .content {
        float: none!important;
        width: 100%!important;
        border-left: 0!important
    }
    .page-content {
        max-width: none!important
    }
    .btn-share-group {
        display: none!important
    }
}

.color-scheme-red a {
    color: #821927;
}

.color-scheme-red .btn-outline {
    color: #821927
}

.color-scheme-red .btn-outline:hover,
.color-scheme-red .btn-outline:active,
.color-scheme-red .btn-outline.selected,
.color-scheme-red .btn-outline.zeroclipboard-is-hover,
.color-scheme-red .btn-outline.zeroclipboard-is-active {
    color: #fff;
    background-color: #821927;
    border-color: #821927
}

.color-scheme-red .btn-outline:hover .counter,
.color-scheme-red .btn-outline:active .counter,
.color-scheme-red .btn-outline.selected .counter,
.color-scheme-red .btn-outline.zeroclipboard-is-hover .counter,
.color-scheme-red .btn-outline.zeroclipboard-is-active .counter {
    color: #821927
}

.color-scheme-red .btn-outline.selected:hover {
    background-color: #a42600
}

.color-scheme-red .menu-btn>.bar {
    background-color: #821927
}

.color-scheme-red .side-categories>li>a {
    background-color: #821927
}

.color-scheme-red .side-categories>li>a:hover {
    background-color: #d73200
}

.color-scheme-red .site-gallery>li>a {
    background-color: #1B1B1B
}

.color-scheme-red .site-gallery>li>a:hover {
    background-color: #821927
}




.post-list{list-style:none}
.post-list > li h3{color:#882237;}
.post-list > li h3 a{color:inherit}
.post-list > li h3 a:hover{color:#6AA8D4;text-decoration:none}
.post-list > li{list-style:none;}
.post-list > li:before{display:none}
.post-list > li a.featured-img-link{display:block;margin-bottom:25px}
.post-list > li a.featured-img-link img{display:block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}


.ui.container {
    display: block;
    max-width: 100%!important;
    padding-bottom: 40px;
}

@media only screen and (max-width:767px) {
    .ui.container {
        width: 100%!important;
        margin-left: 1em!important;
        margin-right: 1em!important
    }
    .ui.grid.container,
    .ui.relaxed.grid.container,
    .ui.very.relaxed.grid.container {
        width: auto!important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ui.container {
        width: 100%;
        margin-left: auto!important;
        margin-right: auto!important
    }
    .ui.grid.container {
        width: calc(723px + 2rem)!important
    }
    .ui.relaxed.grid.container {
        width: calc(723px + 3rem)!important
    }
    .ui.very.relaxed.grid.container {
        width: calc(723px + 5rem)!important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .ui.container {
        width: 100%;
        margin-left: auto!important;
        margin-right: auto!important
    }
    .ui.grid.container {
        width: calc(933px + 2rem)!important
    }
    .ui.relaxed.grid.container {
        width: calc(933px + 3rem)!important
    }
    .ui.very.relaxed.grid.container {
        width: calc(933px + 5rem)!important
    }
}

@media only screen and (min-width:1200px) and (max-with:2000px) {
    .ui.container {
        width: 100%;
        margin-left: auto!important;
        margin-right: auto!important
    }
    .ui.grid.container {
        width: calc(1400px + 2rem)!important
    }
    .ui.relaxed.grid.container {
        width: calc(1400px + 3rem)!important
    }
    .ui.very.relaxed.grid.container {
        width: calc(1400px + 5rem)!important
    }
}

@media only screen and (min-width:2160px) {
    .ui.container {
        width: 100%;
        margin-left: auto!important;
        margin-right: auto!important
    }
    .ui.grid.container {
        width: calc(2160px + 2rem)!important
    }
    .ui.relaxed.grid.container {
        width: calc(2160px + 3rem)!important
    }
    .ui.very.relaxed.grid.container {
        width: calc(2160px + 5rem)!important
    }
}

.ui.text.container {
    font-family: 'Space Mono', monospace;
    max-width: 700px!important;
    line-height: 1.5;
    font-size: 1.14285714rem
}

.ui.fluid.container {
    width: 100%
}
.ui[class*="left aligned"].container {
    text-align: left
}

.ui[class*="center aligned"].container {
    text-align: center
}
.ui[class*="right aligned"].container {
    text-align: right
}

.ui.segment>.ui.corner.label {
    top: -1px;
    right: -1px
}

.ui.segment {
    position: relative;
    background: #202020;
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 1);
    margin: 1rem 0;
    padding: 1em;
    border-radius: .28571429rem;
    border: 1px solid #ccc;
}

.ui.segment:first-child {
    margin-top: 0
}

.ui.segment:last-child {
    margin-bottom: 0
}

.ui.vertical.segment {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(34, 36, 38, .15)
}

.ui.form {
    position: relative;
    max-width: 100%
}

.ui.form>p {
    margin: 1em 0
}

.ui.form .field {
    clear: both;
    margin: 0 0 1em;
}

.ui.form .field:last-child,
.ui.form .fields:last-child .field {
    margin-bottom: 0
}

.ui.form .fields .field {
    clear: both;
    margin: 0 0 1em
}

.ui.form .field>label {
    display: block;
    margin: 0 0 .28571429rem;
    color: rgba(0, 0, 0, .87);
    font-size: .92857143em;
    font-weight: 700;
    text-transform: none
}

.ui.form input:not([type]),
.ui.form input[type=text],
.ui.form input[type=email],
.ui.form input[type=search],
.ui.form input[type=password],
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=url],
.ui.form input[type=number],
.ui.form textarea {
    width: 100%;
    vertical-align: top
}

.ui.form::-webkit-datetime-edit,
.ui.form::-webkit-inner-spin-button {
    height: 1.2142em
}

.ui.form input:not([type]),
.ui.form input[type=text],
.ui.form input[type=email],
.ui.form input[type=search],
.ui.form input[type=password],
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=url],
.ui.form input[type=number] {
font-family: 'Space Mono', monospace;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    line-height: 1.2142em;
    padding: .67861429em 1em;
    font-size: 1em;
    background: #FFF;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color .1s ease, border-color .1s ease;
    transition: color .1s ease, border-color .1s ease
}

.ui.form textarea {
    margin: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    padding: .78571429em 1em;
    background: #FFF;
    border: 1px solid rgba(34, 36, 38, .15);
    outline: 0;
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color .1s ease, border-color .1s ease;
    transition: color .1s ease, border-color .1s ease;
    font-size: 1em;
    line-height: 1.2857;
    resize: vertical
}

.ui.form textarea:not([rows]) {
    height: 12em;
    min-height: 8em;
    max-height: 24em
}

.ui.form input[type=checkbox],
.ui.form textarea {
    vertical-align: top
}

.ui.form input.attached {
    width: auto
}

.ui.form select {
    display: block;
    height: auto;
    width: 100%;
    background: #FFF;
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: .28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    padding: .62em 1em;
    color: rgba(0, 0, 0, .87);
    -webkit-transition: color .1s ease, border-color .1s ease;
    transition: color .1s ease, border-color .1s ease
}

article.tabs
{
	position: relative;
	display: block;
	width: 40em;
	height: 15em;
	margin: 2em auto;
}

article.tabs section
{
	position: absolute;
	display: block;
	top: 1.8em;
	left: 0;
	height: 12em;
	padding: 10px 20px;
	background-color: #ddd;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	z-index: 0;
}

article.tabs section:first-child
{
	z-index: 1;
}

article.tabs section h2
{
	position: absolute;
	font-size: 1em;
	font-weight: normal;
	width: 120px;
	height: 1.8em;
	top: -1.8em;
	left: 10px;
	padding: 0;
	margin: 0;
	color: #fff;
	background-color: #ddd;
	border-radius: 5px 5px 0 0;
}

article.tabs section:nth-child(2) h2
{
	left: 132px;
}

article.tabs section:nth-child(3) h2
{
	left: 254px;
}

article.tabs section h2 a
{
	display: block;
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
}

article.tabs section:target,
article.tabs section:target h2
{
	color: #333;
	background-color: #fff;
	z-index: 2;
}

article.tabs section,
article.tabs section h2
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.ui.divider {
    margin: 1rem 0;
    line-height: 1;
    height: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(0, 0, 0, .85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem
}

.ui.divider:not(.vertical):not(.horizontal) {
    border-top: 1px solid rgba(34, 36, 38, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.ui.section.divider {
    margin-top: 2rem;
    margin-bottom: 2rem
}


table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
table th {
    padding: 6px 12px;
    border: 1px solid #ddd;
    background-color: #821927;
}
table td {
    padding: 6px 20px;
    border: 1px solid #7e7e7e;
}
td, th {
    padding: 0;
}


.main {
  min-width: 320px;
  max-width: 800px;
}

.section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input.plunk {
 
 display: none;   
}

label.doing {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label.doing:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label.doing[for*='1']:before { content: '\f1bc'; }
label.doing[for*='2']:before { content: '\f1bc'; }
label.doing[for*='3']:before { content: '\f1bc'; }
label.doing[for*='4']:before { content: '\f1bc'; }

label.doing:hover {
  color: #888;
  cursor: pointer;
}

input.punk:checked + label.doing {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #821927;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}
