

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



body {
    padding-top: 50px;
    padding-bottom: 20px;
}
/*
kbd
{
    -moz-border-radius:3px;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-border-radius:3px;
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    background-color:#f7f7f7;
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    color:#333;
    display:inline-block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:1.4;
    margin:0 0em;
    padding:.1em .6em;
    text-shadow:0 1px 0 #fff;
    top: -2px;
  position: relative;
}
*/
label {
	margin: 5px 0 0 0;
}

.radio-inline {
	margin: 0;
}

textarea {
    resize: none;
}

.crc-result {
	font-weight: 800;
	background: white !important;
	color: black !important;
}

.twitter-share-button {
    float: left;
}

.fb-like {
    margin-left: 5px;
}
