﻿.code{
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
    background-color:#e2e2e2;
    color:#000;
    font-family:'Fira mono', 'Courier New', Courier, monospace;
    font-size:85%;
    letter-spacing:.05em;
    padding:1em;
}

input {
   
}

input:active {
    box-shadow: 0 0 0 0;
    outline: none;
}

input:hover {
    outline: none;
}

input:active, input:hover {
    background-color: #F26724;
    border-color: #b0120a;
}

main {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 4em;
}

main a,
main a:active,
main a:focus,
main a:hover,
main a:link,
main a:visited {
    font-family: 'fira mono';
    text-transform: uppercase;
    font-size:90%;
    color:black;
    border-bottom: 1px dotted black;
}

main header {
    font-size: 80%;
}

section {
    margin: 4em 0;
}

.aligncontent-center {
    text-align: center;
}


.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 44px;
    border-top: 0px solid #188ED8;
}

.menu-button {
  position: relative;
  margin: 15px 10px 10px 10px;
  height: 26px;
  width: 26px;
  cursor: pointer;
}
.menu-button:before { 
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: 9px double #B0ADAD;
  border-top: 3px solid #B0ADAD;
  width: 20px;
  height: 3px;
}

.menu-left {
  float: right;
  margin-right: 1.5em;
}

.sidebar {
    margin: 0;
    padding-top: 0;
    color: white;
    background-color:#47ACE0; 
	text-align:center;
}

.sidebar h6 {
	display:block;line-height:44px; background-color:#0058A3; text-align:left; 
    
    padding: 0;
    font-weight:bold;
    
}
.sidebar h6 .k_img { float:left; width:20px; height:20px; margin-top:10px; padding-left:50px; padding-right:8px;}
.sidebar h6 .k_img img { max-width:20px;max-height:20px;}


.sidebar li {
    margin: 0 0;
    padding: 0 1em;
    line-height: 26px;
	border-bottom:1px solid #419ECE;
}

.sidebar li:hover {
    background-color: #328CBA;
}

.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
    
}