
.pun .codebox .codeselect {
	color: white;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}
.spin-blinking {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blink, spin;
  -webkit-animation-timing-function: ease-in-out, linear;
  display: inline-block;
}
.spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes 'blink' {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

.blinking {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blink;
  -webkit-animation-timing-function: ease-in-out;
  display: inline-block;
}
.iconItem {
  display: inline-block;
  border: 1px solid #CCC !important;
  width: 235px;
  margin-top: 2px !important;
}
.iconItem i {
  font-size: 18px;
  float: left;
  width: 18px;
  margin: 2px;
}
h1.h1, h2.h2, h4.h3 {
	font-family: 'Yanone Kaffeesatz' !important;
	border-bottom: 1px solid #F5F5F5 !important;
	text-shadow: 1px 1px #DEDEDE !important;
	font-weight:bold !important;
	letter-spacing: 1px;
}
h1.h1 {
  
  line-height: 21px;
  width: 99%;
  padding: 10px 2px;
  margin-bottom: -19px !important;
  margin-top: 5px !important;
  left: initial !important;
}
h2.h2 {
  font: 22px 'Yanone Kaffeesatz' !important;
  line-height: 26px !important;
  width: 99%;
  padding: 0px 2px !important;
  background: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: #393333 !important;
  border-bottom: 1px solid #F5F5F5 !important;
  font-weight: bold !important;
  margin-bottom: -13px !important;
  margin-top: 5px !important;
  /* border: 1px solid !important; */
  left: initial !important;
}
h3.h3 {
  font: 18px 'Yanone Kaffeesatz' !important;
  line-height: 21px !important;
  padding: 4px 2px !important;
  text-indent: 0 !important;
  width: 99% !important;
  /* border: 1px solid !important; */
  margin-top: -3px !important;
  border-bottom: 1px solid #F5F5F5 !important;
  font-weight: bold !important;
  /* margin-bottom: -19px !important; */
  margin-top: 5px !important;
  /*margin-bottom: -11px !important;*/
  position: relative !important;
  left: initial !important;
  display: inline-block !important;
}
#toolbar img {
  border: 1px solid rgba(0, 0, 0, 0);
  width: 16px;
  height: 16px;
  margin: 1px;
  padding: 1px;
  /* border: 1px solid; */
}
#toolbar img:hover {
  border: 1px solid #ccc;
  cursor:pointer;
}
.pun .thanks {
	border: 1px dotted;
	padding: 10px 20px 10px 20px;
	margin: 10px 0 10px 0;
	border-color:#000;
}
a.scrollup{
		width: 51px;
        height: 56px;
		filter: alpha(opacity=70);
		opacity: 0.7;
		position: fixed;
		bottom: 25px;
		display: none;
		cursor: pointer;
		border: 0px solid;
}
a.scrollup i
{
    font-size: 4em;    
}
a.scrollup:hover{
		filter: alpha(opacity=100);
		opacity:1;
		text-decoration: none;
}
.vtitle {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 15px;
	display: block;
	background-color: #E9E7E7;
	margin: 2px;
	padding: 2px;
	line-height: 24px;
	text-shadow: #E9E9E9 1px 1px;
	color: #1F537B;
}
