/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 #trustruby-output-holder {
 }
 
 #trustruby-output {
 	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
    font-size: 1.2em;
 }
 
 .trustruby-half {
 	width: 50%;
 	float: left;
 	display: inline-block;
 }
 
 .dark {
 	background: #444;
 }
 