
#bit, #bit * {
}
#bit {
    bottom: -300px;
    font: 13px "Helvetica Neue",sans-serif;
    position: fixed;
    right: 10px;
    z-index: 999999;
}
.loggedout-follow-typekit {
    margin-right: 4.5em;
}
#bit a.bsub {
    background-color: #464646;
    background-image: -moz-linear-gradient(center bottom , #3F3F3F, #464646 5px);
    border: 0 none;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
    color: #CCCCCC;
    display: block;
    float: right;
    font: 13px/28px "Helvetica Neue",sans-serif;
    letter-spacing: normal;
    outline-style: none;
    outline-width: 0;
    overflow: hidden;
    padding: 0 10px 0 8px;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 #444444;
}
#bit a.bsub {
    border-radius: 2px 2px 0 0;
}
#bit a.bsub span {
    background: url("/images/notes.png") no-repeat scroll 0 -77px transparent;
    padding-left: 15px;
}
#bit a:hover span, #bit a.bsub.open span {
    background-position: 0 -117px;
    color: #FFFFFF !important;
}
#bit a.bsub.open {
    background: none repeat scroll 0 0 #333333;
}
#bitsubscribe {
    background: none repeat scroll 0 0 #464646;
    border-radius: 2px 0 0 0;
    color: #FFFFFF;
    margin-top: 27px;
    padding: 15px;
    width: 200px;
}

div#bitsubscribe.open {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#bitsubscribe div {
    overflow: hidden;
}
#bit h3, #bit #bitsubscribe h3 {
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 0.5em !important;
    text-align: left;
    text-shadow: 0 1px 0 #333333;
}
#bit #bitsubscribe p {
    color: #FFFFFF;
    font: 300 15px/1.3em "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 1em;
    text-shadow: 0 1px 0 #333333;
}
#bitsubscribe p a {
    margin: 20px 0 0;
}
#bit #bitsubscribe p.bit-follow-count {
    font-size: 13px;
}
#bitsubscribe input[type="submit"] {
    -moz-transition: all 0.25s ease-in-out 0s;
    background: -moz-linear-gradient(center top , #333333 0%, #111111 100%) repeat scroll 0 0 transparent;
    border: 1px solid #282828;
    border-radius: 11px 11px 11px 11px;
    box-shadow: 0 1px 0 #444444 inset;
    color: #CCCCCC;
    padding: 2px 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 #000000;
}
#bitsubscribe input[type="submit"]:hover {
    background: -moz-linear-gradient(center top , #333333 0%, #222222 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 0 #4F4F4F inset;
    color: #FFFFFF;
    text-decoration: none;
}
#bitsubscribe input[type="submit"]:active {
    background: -moz-linear-gradient(center top , #111111 0%, #222222 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 -1px 0 #333333 inset;
    color: #AAAAAA;
    text-decoration: none;
}
#bitsubscribe input[type="text"] {
    border-radius: 3px 3px 3px 3px;
    font: 300 15px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#bitsubscribe input[type="text"]:focus {
    border: 1px solid #000000;
}
#bitsubscribe.open {
    display: block;
}
#bsub-subscribe-button {
    margin: 0 auto;
    text-align: center;
}
#bitsubscribe #bsub-credit {
    border-top: 1px solid #3C3C3C;
    font: 11px "Helvetica Neue",sans-serif;
    margin: 0 0 -15px;
    padding: 7px 0;
    text-align: center;
}
#bitsubscribe #bsub-credit a {
    background: none repeat scroll 0 0 transparent;
    color: #AAAAAA;
    text-decoration: none;
    text-shadow: 0 1px 0 #262626;
}
#bitsubscribe #bsub-credit a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
}

.textwrapper
{
    border:1px solid #999999;
    margin:5px 0;
    padding:3px;
}

.boxsizingBorder {
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
/* Debug */

#bitsubscribedebug {
    background: none repeat scroll 0 0 #464646;
    border-radius: 2px 0 0 0;
    color: #FFFFFF;
    margin-top: 27px;
    padding: 15px;
    width: 300px;
	height:600px;
}

div#bitsubscribedebug.open {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#bitsubscribedebug div {
    overflow: hidden;
}
#bit h3, #bit #bitsubscribedebug h3 {
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 0.5em !important;
    text-align: left;
    text-shadow: 0 1px 0 #333333;
}
#bit #bitsubscribedebug p {
    color: #FFFFFF;
    font: 300 15px/1.3em "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 1em;
    text-shadow: 0 1px 0 #333333;
}
#bitsubscribedebug p a {
    margin: 20px 0 0;
}
#bit #bitsubscribedebug p.bit-follow-count {
    font-size: 13px;
}
#bitsubscribedebug input[type="submit"] {
    -moz-transition: all 0.25s ease-in-out 0s;
    background: -moz-linear-gradient(center top , #333333 0%, #111111 100%) repeat scroll 0 0 transparent;
    border: 1px solid #282828;
    border-radius: 11px 11px 11px 11px;
    box-shadow: 0 1px 0 #444444 inset;
    color: #CCCCCC;
    padding: 2px 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 #000000;
}
#bitsubscribedebug input[type="submit"]:hover {
    background: -moz-linear-gradient(center top , #333333 0%, #222222 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 0 #4F4F4F inset;
    color: #FFFFFF;
    text-decoration: none;
}
#bitsubscribedebug input[type="submit"]:active {
    background: -moz-linear-gradient(center top , #111111 0%, #222222 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 -1px 0 #333333 inset;
    color: #AAAAAA;
    text-decoration: none;
}
#bitsubscribedebug input[type="text"] {
    border-radius: 3px 3px 3px 3px;
    font: 300 15px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#bitsubscribedebug input[type="text"]:focus {
    border: 1px solid #000000;
}
#bitsubscribedebug.open {
    display: block;
}
#bsub-subscribe-button {
    margin: 0 auto;
    text-align: center;
}
#bitsubscribedebug #bsub-credit {
    border-top: 1px solid #3C3C3C;
    font: 11px "Helvetica Neue",sans-serif;
    margin: 0 0 -15px;
    padding: 7px 0;
    text-align: center;
}
#bitsubscribedebug #bsub-credit a {
    background: none repeat scroll 0 0 transparent;
    color: #AAAAAA;
    text-decoration: none;
    text-shadow: 0 1px 0 #262626;
}
#bitsubscribedebug #bsub-credit a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
}

.open pre {
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    margin-bottom: 10px;
    max-height: 600px;
    overflow: auto;
    padding: 5px;
    width: auto;
	height:90%;
	background-color:white;	
}