.wrapper {
    max-width: 678px;
    margin: auto;
}

pre {
    border-left: 0.3rem solid #4039ff;
}

.push_left {
    margin-left: 6px;
}

.push_right {
    margin-right: 6px;
}

code, xmp {
    white-space: normal !important;
}

textarea {
    margin-bottom: 0px;
    min-height: 200px;
    line-height: 1;
}

.close {
    width: 20px;
    height: 21px;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    cursor: pointer;
}

.close:before, .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 21px;
    width: 3px;
    background-color: #fff;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.card {
    margin: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.card_title, .title, [data-pushbar-id] {
    background: #4039ff;
    color: #fff;
}

.card_title, .title {
    padding: 15px 20px;
    font-weight: bold;
}

.card_title {
    border-radius: 4px 4px 0px 0px;
}

.card_content {
    padding: 15px;
}

a.button.getBtn {
    margin-top: 16px;
    background-color: #fff;
    color: #4039ff;
    border-color: #fff;
}

.small {
    font-size: 14px;
    font-weight: 400;
}

ul.menu {
	margin-top: 100px;
}
.menu li {
    list-style: none;
    padding: 15px 20px;
    display: block;
    margin: 0px;
    color: rgba(255, 255, 255, 0.65);
}

.menu li a:link, .menu li a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 26px;
}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
	border: none;
}

.burgerlink, #menuburgerclose {
	position: fixed;
	right: 30px;
	top: 35px;
	z-index: 30;
	cursor: pointer;
}

#menuburger {
	background-color: transparent;
}
#menuburger div, #menuburgerclose div {
  width: 6px;
  height: 2px;
  background-color: #FFF;
  margin-left: 0;
  margin-bottom: 9px;
  border-radius: 0px;
  transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom,
    0.3s ease background-color;
}
.darkburger {
	color: #241b66 !important;
}

#menuburger div:first-child, #menuburgerclose div:first-child {
  width: 30px;
}

#menuburger div:nth-child(2), #menuburgerclose div:nth-child(2) {
  width: 30px;
}

#menuburger div:last-child, #menuburgerclose div:last-child {
  width: 22px;
  margin-bottom: 0;
}