/* general tag styles */


.lower_supported td {
    font-weight: bold;
    font-size: 1.2em;
}

.lower_supported {
   border-top: 1px solid #CC0000;
}

.scrolling {
    padding:25px 0px 0px 10px;
}

#slider1{
    font-size: 1.1em;
    padding:15px 0px 0px 5px;    
}	

#slider1 ul, #slider1 li{
    margin:0;
    padding:0;
    list-style:none;
    text-align: left;
}

#slider1 li{ 
    width:360px;
    height:245px;
    overflow:hidden; 
    text-align: left;
}	

#slider1 h4{
    color: #444444;
    text-align: left;
}

#personal_slider{
    font-size: 1.1em;
    padding:15px 0px 0px 5px;
    
}	

#personal_slider ul, #personal_slider li{
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
	}

#personal_slider li{ 
	width:195px;
	height:195px;
	overflow:hidden; 
	text-align: left;
	}	

#personal_slider h4{
    color: #CC0000;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
}




.showhide_element {
    display: none;
}

body, html {
    height : auto;
    height : 100%; 
	min-height : 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444444;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 75%;
	background: #444444;
}

p, td, li, form, label {
	font-size: 1em;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 120%;
	padding: 0 0 15px 0;
	color: #444444;
	font-weight: normal;
	border: 0;
	margin: 0;
}

p.clearit {
  clear: both;
  line-height: 1px;
} 

div.clearit {
  clear: both;
  line-height: 1px;
  font-siz: 1px;
} 

h3, h4 {
    font-size: 1.7em;
	line-height: 110%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
	color: #444;
	font-weight: normal;
}

h2 {

    line-height: 110%;
    padding: 0 0 15px 0;
    borer: 0;
    margin: 0;
    color: #444;
    font-weight: bold;
}

h5, h6 {
	font-size: x-small;
	padding: 10px 0 2px 0;
	border: 0;
	margin: 0;
}

select {
	font-size: x-small;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
}

label {
	color: #000;
	vertical-align: top;
	font-size: x-small;
}

.em-note {
  font-style: italic;
}

sup {
    font-size: 1em;
    vertical-align: baseline;
    position: relative;
   	bottom: 0.36em;
}

sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}

/* main containers */ 

#site-container {
	text-align: left; 
	margin: 0 auto -24px auto;
	width: 976px;
	background: #444444 url(/images/bg.jpg) left top repeat-y;
	height : auto !important; 
    height : 100%; 
    min-height : 100%;
}

#main-container {
	margin: 0 13px 0 13px;
	padding: 0 0 20px 0;
	width: 950px;
	background: #fff url(/images/main-bg.jpg) left top repeat-x;
}

/* header */

#header {
	height: 100px;
	padding: 8px 10px 0 67px;
}

#header #contact {
	text-align: right;
	padding: 0;
	margin: 0 0 25px 0;
}

#header #contact a {
	background: url(../../images/dot.gif) left bottom repeat-x;
}

#header #contact a:hover {
	color: #D64C28;
	background: url(../../images/dot-orange.gif) left bottom repeat-x;
}

#left-hand-header {
    float: left;
}





/* top navigation */

#logo-text {
    width:400px;

}


#tnav {
	margin: 0 0 0 67px;
	list-style: none;
	padding: 0 5px 0 0;
	height: 36px;
}

#tnav li {
	float: left;
}

#tnav li a {
	color: #fff;
	font-size: 1.2em;
	padding: 10px 24px 11px 24px;
	float: left;
	text-decoration: none;
	background: url(/images/nav-left.jpg) left top no-repeat;
}

#tnav li a:hover {
	text-decoration: underline;
}

#tnav li.selected {
	background: url(/images/nav-selected.jpg) left top repeat-x;
}

#tnav li.selected a {
	color: red;
}

#tnav li.selected a:hover {
	text-decoration: none;
}

#tnav li.separator {
	background: url(/images/nav-left.jpg) left top no-repeat;
	width: 2px;
	height: 36px;
}

/* content styles */

#content-container {
	padding: 10px 91px 20px 72px;
}

#content-block a {

}

.spacer {
    float: left;
    width: 1px;
    height: 410px;
}

.business-spacer {
    float: left;
    width: 1px;
    height: 310px;
}

.personal-spacer {
    float: left;
    width: 1px;
    height: 700px;
}

.support-spacer {
    float: left;
    width: 1px;
    height: 400px;
}



#feedback-form {
    text-align: center;
    width:450px;
    padding: 10px 0px 10px 10px;
}

#feedback-form th {
    padding: 10px 0 10px 5px;
    font-size: 1.2em;
    vertical-align: middle;
}

#feedback-form td {
    font-size: 1.0em;
    padding: 5px 0 5px 5px;
    vertical-align: middle;
}

#profile {
    width:450px;
    padding: 10px 0px 10px 10px;
}

#profile td {
    font-size: 1.0em;
    padding: 5px 0 5px 5px;
    vertical-align: middle;
}

#report-issue {
    text-align: center;
    width:450px;
    padding: 10px 0px 10px 10px;
}

#report-issue th {
    padding: 10px 0 10px 5px;
    font-size: 1.2em;
    vertical-align: middle;
}

#report-issue td {
    font-size: 1.0em;
    padding: 5px 0 5px 5px;
    vertical-align: middle;
}

#main-text {
    padding: 5px 0 5px 5px;
}


#main-text li {
    list-style-type: none; 
    padding: 5px 5px 5px 0px;
}

.main-text h2 {
    font-size: 300%
}

#content {
    padding: 10px 10px 10px 10px;
}

#content-block {
	float: left;

}

.img-flush-right {
	float: right;
	margin: 0 140px 10px 20px;
}

.about-l {
	float: left;
	width: 390px;
}

.contact-info {
	line-height: 160%;
}


.contact-l {
    float: left;
    width: 200px;
    padding: 15px 0 0 0px;
    position: relative;
    z-index: 1;
}

.contact-r {
    width: 375px;
    float: left;
    padding: 20px 0 0 43px;
}


/* home page styles */

.support-l {
    float: left;
    width: 200px;
    padding: 15px 0 0 0px;
    position: relative;
    z-index: 1;
}

.support-l td {
    padding: 0 0 0 0;
    border: 0;
    margin: 0;
}

.support-l p {
    line-height:120%;
    padding: 0px 0 0 0;
}

.support-l h4 {
    color: black;
}

#feedback {
    background: url(/images/deciding-women.jpg) left bottom no-repeat;
    height:170px;
    width: 170px;
}

#feedback p {
    font-size: 1.1em;
    padding: 10px 0 0 13px;
}

.faq-l {
    width: 200px;
    float: left;
    padding: 10px 0 0 0;
}

.faq-r {
    float: left;
    width: 580px;
    padding: 0px 0 0 0px;
    position: relative;
    z-index: 1;
}

.faq-r h1 {
    color: black;
    font-size: 35px;
    text-align: center;
    padding: 10px 0 0 0;
}

.support-r {
    width: 375px;
    text-align: right;
    float: left;
    padding: 20px 0 0 43px;
}

.support-r h1 {
    color: black;
    font-size: 1.6em;
    font-weight: bold;
}


.support-r p {
    font-size: 15px
}

.support-view-all a {
    color: #444444;
    margin: 0px 0px 10px 10px;
}

.support-view-all a:hover {
    color: #CC0000;
}

.personal-view-all a {
    color: #444444;
    margin: 0px 0px 10px 10px;
}

.personal-view-all a:hover {
    color: #CC0000;
}

.sign-up-l {
    float: left;
    width: 200px;
    padding: 0px 0 0 0px;
    position: relative;
    background-color:white;
    border: 1px solid black;
    padding: 20px 20px 20px 20px;
    z-index: 1;
}


.sign-up-l ol {
    font-size: 16px;
    padding: 0 0 0 20px;
}

.sign-up-l ul {
    list-style-type: none;
    padding: 0px 0px 0px 10px;
    font-size: 16px;
}

.sign-ul-l li {
    font-size: 18px;
}

.sign-up-l h2 {
    color:black;
    font-size: 24px;
}

.sign-up-l h3 {
    color: black;
}


.sign-up-l h4 {
    font-size: 1.4em;  
    padding: 0px 0 15px 0px;
}

.sign-up-l td {
    padding: 0px 0 0 0px;
    font-size: 1.2em;  
}

#sign-up-td {
    padding: 2px 0px 0px 10px;
}

.personal-l {
    float: left;
    width: 200px;
    padding: 0px 0 0 0px;
    position: relative;
    z-index: 1;
}

.support-r {
    width: 500px;
    text-align: left;
    float: left;
    padding: 15px 0 0 43px;
}


.support-r h1 {
    padding: 0px 0 0 80px;
    text-align: center;
}

.support-r h2 {
    color: #000000;
    font-size: 18px;
}

.support-r h4 {
    padding: 15px 0 0 0px;
    font-size: 1.8em;
    color: #444444;
}

.personal-l td {
    font-size: 0.8em;
    padding: 0 0 0 0;
    border: 0;
    margin: 0;
}

.sign-up-r {
    width: 500px;
    text-align: left;
    float: left;
    padding: 0px 0 0 43px;
}


.sign-up-r h1 {
    color: black;
    text-align: left;
}

.sign-up-r h2 {
    color: #000000;
    font-size: 1.3em;
}


.sign-up-r p {
    color: black;
    font-weight: bold;
    padding: 5px 0px 5px 0;
}

.sign-up-r td {
    line-height: 200%;
}

.personal-r {
    width: 500px;
    text-align: left;
    float: left;
    padding: 15px 0 0 43px;
}

.personal-r h4 {
    padding: 15px 0 0 0px;
    font-size: 1.3em;
}

.business-l {
    float: left;
    width: 300px;
    padding: 0px 0 0 0px;
    position: relative;
    z-index: 1;
}

.business-l h4 {
    font-size: 1.1em;
    line-height: 110%;
    padding: 0 0 10px 0;
    border: 0;
    margin: 0;
    color: #444;
    font-weight: normal;
}

.business-l td {
    font-size: 1.1em;
    padding: 0 0 0 0;
    border: 0;
    margin: 0;
}


.business-r {
    width: 375px;
    text-align: right;
    float: left;
    padding: 20px 0 0 43px;
}

.support-small-title {
    padding: 0px 0 0px 5px;
    font-size: 1.5em;
    color: #CC0000;
}

.small-title {
    padding: 0px 0 0px 5px;
    font-size: 1.5em;
    color: #CC0000;
}

.personal-body-text {
    padding: 0px 0 0px 5px;
}

.support-body-text {
    padding: 0px 0 0px 5px;
}

.business-view-all a {
    color: #444444;
    margin: 0px 0px 10px 10px;
    background: url(../../images/dot.gif) left bottom repeat-x;
}

.business-view-all a:hover {
    color: #CC0000;
    background: url(../../images/dot-orange.gif) left bottom repeat-x;
}

.home-l {
    padding: 0 0 0 7px;
    float: left;
    width: 350px;
    margin: 0 0 0 -5px;
    position: relative;
    z-index: 1;
}


.home-l h4  {
    font-size: 1em;
    line-height: 110%;
    padding: 0 0 10px 0;
    border: 0;
    margin: 0;
    color: #444;
    font-weight: normal;
}

.home-l td {
    font-size: 1.3em;
    line-height: 110%;
    padding: 0 0 5px 0;
    border: 0;
    margin: 0;
    color: #444;
    font-weight: normal;
    background: #FFFFFF;
}




.home-r {
    float: left;
    width: 360px;
    padding: 0px 0 0 43px;
}


.home-text {
    font-size: 1.3em;
    text-align: "justify";
    line-height: 150%;
}

.home-text h2 {
    color: #000000;
    font-size: 1.3em;
}

.home-text p {
    text-align: "justify";
    line-height: 150%;
    font-size: 0.8em;
}



.home-r td {
        line-height: 120%;
	padding: 0 0 13px 0;
        font-size: 1.2em;
}

.home-r td.extra-pad {
        padding:  3px 0px 0px 0px;
}

.home-r p.hdr {
        color:#CC0000;
	font-size: 1.5em;
}

.home-r p.hdr a {
	background: none !important;
}

.home-r p.hdr a:hover {
	color: #D65128;
}

.info {
    float: left;
    width: 500px;
    padding: 18px 0 0px 0px;
}

.info h2 {
    color: black;
}
    
.info a {
    color: black;
}

p.bash {
    background-color: #444444;
    font-size: 8px;
    font-weight: bold;
    line-height:0.8em;
    color: #FFFFFF;
}
p.script {
    font-family:Arial;
    font-size:8px;
    line-height:0.8em;
}

td.reason-title {
    color: black;
    font-weight: bold;
    font-size: 120%;
    line-height: 150%;
    padding: 30px 10px 0 5px;
    margin: 10px;
    valign: middle;
}

h1.support-title {
    padding: 0;
    color: #CC0000;
    text-align: left;
}

#overview {
    border: 1px solid #CC0000;

    width:33%;
    padding:5px;
    height: 210px;

}

.overview-body {
    padding: 5px;

}

.overview-body p {
    font-size: 14px;
}

.overview h2 {
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    font-size: 20px;
}

.overview ul {
    padding: 0px 0 0 20px;
    line-height: 150%;
    font-size: 14px;
}

.overview td {
    line-height: 170%;
}


#watch-now h3 {
    padding: 100px 100px 100px 100px;
}

.sign-up th {
    padding: 10px 0 10px 5px;
    font-size: 1.2em;
    vertical-align: middle;
}

.sign-up td{
    font-size: 1.0em;
    padding: 5px 0 5px 10px;
    vertical-align: middle;
}








#main-image-tag-line {
    margin:0 0 0px;
    padding:0 0px 10px 0px;
}

.main-image-tag-line p {
    font-size: 1.2em;
    text-align: center;
}

#main-tag-line {
   margin:0 0 0px;
   padding:0 0px 0px 0px;
}

.main-tag-line p {
    font-size: 1.9em;
    color:#CC0000;
    text-align: left;
}


#os_name td {
    text-align: left;
}

.free_trial_left {
    padding: 10px 0 10px 0px;
}


.blur{
	background: transparent url(/images/shadow1.png);
/*path to the 80%-transparent 1x1pixel black-colored background image*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

...

.shadow{
	background: transparent url(/images/shadow2.png);
/*path to the 60%-transparent 1x1pixel black-colored background image*/
	color: inherit;
}


.shadow,
.overview{
        position: relative;
        bottom: 2px;
        right: 2px;
}

.overview{
        background-color: #FFFFFF; /*background color of content*/
        color: #000; /*text color of content*/
        border: 1px solid #000000; /*border color*/

	width: 240px;
	height: 220px;
	margin: 5px;
}


.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}



.content{
	background-color: #FFFFFF; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000000; /*border color*/
	padding: .5em 2ex;
}

.content td {
    padding: 5px 0 0 0;
}

.content p {
    font-size: 14px;
    padding: 5px 20px 0 0;
}

.content legend {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.content ul {
    font-family:georgia;
    font-size:14px;
    line-height:1.4em;
    color: #444444;
    padding: 10px 10px 15px 15px;
}

.faq-box {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 0px 0px 0px 0px;
}

.faq-title {
    background-color:#CC0000;
}

.faq-box h1 {
    font-size: 30px;
    color: black;
    text-align: center;
 }

.faq-box h2 {
    color: black;
    padding: 10px 10px 0px 10px;
}

.faq-box ol {
    padding: 10px 0 0 0;
}

.faq-box legend {
    color:#CC0000;
    font-weight: bold;
    font-size: 16px;
}

.faq-box li {
    font-color: black;
}

.faq-box td {
    padding: 10px 0px 0px 10px;
}

.white-box {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 10px 0px 10px 0px;
}

.white-box table {
    padding: 15px;
}

.white-box h1 {
    font-size: 30px;
    padding: 0 40px 0px 0px;
}

.white-box th {
   padding: 0 5px 0px 0;
    line-height: 150%;
    border-bottom: 1px solid #444444;

}

.white-box td {
    vertical-align:bottom;
    border-bottom: 1px dashed #444444;
    padding: 0 10px 1px 10px;
    line-height: 150%;
}

.previous_articles {
    padding: 0px 0px 0px 10px;
}


.social {
    text-align: center;
}

.blog-text h2 {
    font-color: black;
    font-size:230%;
    font-weight:normal;
    padding: 10px 0px 5px 0;
}

.blog-text p {
    font-family:Arial;
    font-size:14px;
    line-height:1.4em;
}

.signed-l {
    float: left;
    padding: 0 40px 0px 0;
}

.signed-l legend {
    color: black;
    font-size: 1.5em;
}

.signed-l h1 {
    color: black;
}

.signed-l ul {
    padding: 0px 0 0 20px;
}

.signed-l td {
    padding: 0 0 0 13px;
    line-height: 150%;
}

.signed-l p {
    padding: 0 0 0 15px;
}

.signed-r {
    float: right;
}

.signed-r h2 {
    color: black;
    padding: 5px 0 10px 0px;
}    

#links {
    background: #f6f5f0;
    padding: 3px 10px 10px 10px;
}
 
#links h1{
    color: black;
}

#links ul {
    padding: 0 0 0 15px;
    line-height: 200%;
}
  
.buy-l {
    float: left;
    padding: 10px 0 0 0px;
    position: relative;
    z-index: 1;
}

.buy-l h1 {
    color: black;
}

.buy-r {
    text-align: left;
    float: left;
    padding: 0px 0 0 40px;
}

.buy-r h1 {
    color: black;
    text-align: center;
    font-size: 30px;
}

.buy-r h2 {
    text-align: center;
    font-size: 20px;
}

.buy-r p {
    font-weight: bold;
    text-align: center;
    padding: 5px 0 0 0;
}

.supported_os {
    border-color: #FFFFFF;
    padding: 3px 10px 10px 10px;
}

.supported_os h1 {
    color: black;
    font-size: 1.4em;

}

.supported_os h2 {
    font-size: 1.2em;
    color: black;
}

.supported_os h3 {
    font-size: 1.2em;
    color: black;
    font-weight: bold;
}

.supported_os ul {
    padding:0px 0px 0px 20px;
    line-height: 140%;
}

.supported_os p {
    padding: 0 0 0 0px;
    line-height: 150%;
}

.supported_os tr {
    line-height: 300%;
}

.supported_os a {
    background: asd;
    color: None;
}


.support_os a:hover {
    background: None;
    color: None;
}



#supported {
    
    margin:0 0 0 0;
    padding:0 0px 0px 0px;
}

#supported h4
    font-size: 1.5em;
    line-height: 110%;
    padding: 0 0 10px 0;
    border: 0;
    margin: 0;
    color: #444;
    font-weight: normal;
}
}

/* bottom callout services */




#services {
	margin: 0 -30px 0 -27px;
}


.view-all {
	float: left;
	padding: 10px 10px 0 0;
}

.view-all a {
	background: url(../../images/dot.gif) left bottom repeat-x;
}

.view-all a:hover {
	color: #D64C28;

	background: url(../../images/dot-orange.gif) left bottom repeat-x;
}

.view-all img {
	vertical-align: middle;
}

.view-services {
	float: left;
	padding: 10px 10px 0 0;
}

.view-services a {
	background: url(../../images/dot.gif) left bottom repeat-x;
}

.view-services a:hover {
	color: #D64C28;

	background: url(../../images/dot-orange.gif) left bottom repeat-x;
}


.services-list {
    padding: 0 0 0 0px;	
}

.services-list h4 {
    padding: 14px 0 0 0px;
}

.services-list div {
	float: left;
	margin: 0 30px 0 0;
}

.services-list ul li {
	list-style: none;
	padding: 0 0 2px 0;

}




#restore-media {
        height: 60px;
        width: 300px;
}

#main-pricing {
        height: 60px;
        width: 300px;
}

#data-transfer {
        height: 60px;
        width: 300px;
}

#other-services {
        height: 60px;
        width: 300px;
}

.subsection-title {
        float: left;
    	position: relative;
    	z-index: 1;
        padding: 20px 0px 0px 7px;
}

.subsection-text {
        width: 725px;
        float: left;
    	position: relative;
    	z-index: 1;
        padding: 20px 0px 0px 7px;
}


.subtitle {
        font-size: 1.4em;
        padding: 15px 0px 0px 0px;
}

.front_page_container {
    padding: 0px 10px 0px 10px;
    width: 210px;
	
}

.front_page_container p{
    line-height: 150%;
    padding: 0px 0px 0 10px;
}

.front_page_container h3{
    font-size: 1.1em;
    padding: 10px 0px 0 10px;
}

.front_page_container h2{
    font-size: 1.3em;
    font-weight: bold;
    padding: 23px 0px 10px 10px;
    color: #000000;
}


/* footer */

#footer {
    padding: 10px 0px 0px 0px;
    width: 940px;
    height: 30px;
}

#footer p {
	text-align: right;
	padding: 0px 5px 0px 5px;
}

#footer hr {
    color:959595;
}


#footertable {
    float:right;
}

#footer a {
    text-align: right;

    font-size: 1.0em;
    padding: 0 0 5px 0;
}



.why-para h2 {
    color: #CC0000;
    
}

.why-para ul {
    padding: 0px 0px 0px 15px;
}

.large-why {
    width: 740px;
    border-top: 1px solid #CC0000;
    padding: 5px 15px 0px 0px;
    margin: 5px;
}

.large-why h2 {
    color: #CC0000;
    padding: 5px 0 10px 0;
}

.large-why td {
    font-size: 14px;
    color: black;
    vertical-align: bottom;
}

.why {
    border-top: 1px solid #CC0000;
    padding: 5px 15px 0px 0px;
    margin: 5px;
    width: 235px;
}

.why h2 {
    color: #CC0000;
    padding: 5px 0 10px 0;
}

.why h3 {
    padding: 11px 10px 0px 5px;
}

.why ul {
    padding: 0px 0px 0px 15px;
    line-height: 150%;
}

.box-backup {
    padding: 0 0px 0px 10px;
}

.we_support {
    width: 300px;
}

.we_support h3 {
    color: black;
    font-size: 1.3em;
    font-weight: bold;
}

.we_support td {
    color: black;
    font-size: 1.0em;
    padding: 0px 10px 0px 0px;
}

.box-backup {
    width: 450px;
}

.box-backup p {
    line-height: 150%;
    font-size: 14px;
}

.box-backup h3 {
    color: black;
    font-size: 1.2em;
    font-weight: bold;
}

.sixty {
    border-top: 1px solid #CC0000;
    padding: 5px 15px 0px 0px;
    margin: 5px;
    line-height: 150%;
    width: 215px;
}


.sixty p {
    line-height: 150%;
}

.sixty h3 {
    color: #CC0000;
    padding: 7px 10px 0px 5px;
}

.sixty h2 {
    padding: 5px 0 10px 0;
    color: #CC0000;
}

.news {
    padding: 3px 0 0 150px;
    width: 600px;
    text-align: right;
    font-size: 1.8em;
}

.news p {
    color: #000000;

    font-size: 1.0em;
    text-align: right;
    padding: 10px 0 0 0;
}

.logo-text {
    padding: 0 0 0 3px;
}

.answer {

}

.answer a {
    background: None;
}

.answer p {
    padding: 10px 0 0 20px;
}

#stage {
 padding: 10px 10px 10px 20px;

}

