/* to include fallback styles for the codeblock */

pre.c2cpre {
	outline: 0;
    position: relative;
    margin: 5px 0 0 0;
    padding: 10px;
    background-color: #2c3e50;
    border-radius: 1px;
    border: 2px solid #999999;
    color:#effce5;
    z-index: 1;
}
	

.button-c2c {
    position: relative;
    display: inline-block;
    padding: 2px 6px 6px 6px;
    margin: -44px 7px 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #2c3e50;
    white-space: nowrap;
    vertical-align: middle;
    display:inline;
    float:right;
    cursor: pointer;
    background-color: #fff;
    background: linear-gradient(#efefef,#999999);
    border: 1px solid #2c3e50;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    z-index:2;

}


.button-c2c:hover {
 	background: linear-gradient(#999,#efefef); 
 	background-color: #999;
 	transition: all 1s ease .5s;


}

.button-c2c:active {
	background: linear-gradient(#999,#efefef); 
	background-color: #efefef;
	transition: all .5s ease 1s;

}