/*
Theme Name: PipesMagazine Theme
Theme URI: http://
Description: This is a theme for Wordpress MU.
Version: 1.0
Author: zerOneIT
Author URI: http://www.zeroneit.com
*/

@import url(custom-styles.css);

/***********************************************************
 Global Reset
************************************************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; }
q:before, q:after { content:'' }
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
a img { border:none }
* { outline: none; }

/***********************************************************
 Let the games begin...
************************************************************/
div.clear {
	clear: both;
}

/*** SEARCH / LOGIN BAR **********/

#search-login-bar {
	border-top: 10px solid #f7740a;
	background: #fff9df;
	padding: 7px 20px;
}
	#search-login-bar #search-form {
		float: left;
	}
	
	#search-login-bar #login-form, #logout-link {
		float: right;
	}
	
	#logout-link img {
		vertical-align: middle;
	}


/*** HEADER **********/

#header {
	padding: 25px 20px;
}
	#header h1 {
		width: 430px;
		height: 100px;
		overflow: hidden;
		text-indent: -999px;
		background: url(images/logo.gif) top left no-repeat;
		float: left;
	}
	
	#header ul {
		float: right;
		margin: 7px 0 0 0;
	}
		#header ul li {
			float: left;
			margin: 0 0 0 18px;
		}
			#header ul li a {
				background: #f0f0f0;
				color: #555;
				display: block;
				padding: 2px 15px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				text-decoration: none;
			}
			
			#header ul li.selected a {
				background: #fff9df;
				color: #ff7900;
				font-weight: bold;
			}


/*** CONTENT **********/

#content {
	padding: 0 20px;
}

h3 {
	margin: 0 0 10px 0;
}

p.create-account {
	margin: 10px 0;
	text-align: right;
}

/*** WIDGETS **********/

.widget-error {
	padding: 10px;
	background: #fff9df;
}

/*span.activity {
	color: #888;
	background: #FFF9DB;
	padding: 4px 6px;
	border-right: 1px solid #FFE8C4;
	border-bottom: 1px solid #FFE8C4;
	display: inline-block;
	font: 0.9em normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	margin: -5px 0 0 0;
}*/

div.avatar-block {
	padding: 0 15px;
}


/** ACTIVITY FEED **********/

.activity-list {
	padding: 0 5px;
}

.activity-list li {
	margin: 15px 0;
	padding-left: 21px;
}
	.activity-list li.blogs {
		background: url(images/blog_bullet.gif) 0 4px no-repeat;		
	}
	
	.activity-list li.profile {
		background: url(images/profile_bullet.gif) 0 4px no-repeat;
	}

	.activity-list li.friends {
		background: url(images/friends_bullet.gif) 0 4px no-repeat;
	}
	
	.activity-list li.groups {
		background: url(images/groups_bullet.gif) 0 4px no-repeat;
	}
	
	.activity-list li.wire {
		background: url(images/wire_bullet.gif) 0 4px no-repeat;
	}

.activity-list li blockquote {
	padding: 7px 15px 7px 40px;
	background: url(images/quotes_background.gif) 10px 9px no-repeat #eee;
	margin: 5px 0;
}

.activity-list li span.time-since {
	font-size: 0.8em;
	color: #999;
}


/*** LEFT COLUMN **********/

#left-column {
	margin-right: 560px;
}

	#left-column .widget h2, .narrowcolumn h2.widgettitle {
		background: url(images/leftcol_header_back.gif) top left no-repeat;
	}
	
#center-column {
	float: right;
	width: 260px;
	margin-right: 20px;
}

	#center-column .widget h2 {
		background: url(images/centercol_header_back.gif) top left no-repeat;
		color: #fff;
	}

#right-column {
	float: right;
	width: 260px;
}

	#right-column .widget h2, #sidebar h2.widgettitle {
		background: url(images/rightcol_header_back.gif) top left no-repeat;
		color: #fff;
	}

#sidebar .widget ul {
	padding-left: 15px;
}

	#sidebar .widget li {
		list-style-type: square;
		margin-left: 16px;
		padding-left: 5px;
		margin-bottom: 5px;
	}


/** NEWS BLOG STYLES *********/

.narrowcolumn {
	width: 65%;
	float: left;
	margin: 0;
}

.post, #comments-section, #compose-reply {
	background: url(images/item_list_back.gif) top left repeat-x;
	padding: 20px 15px;	
}
	#comments-section, #compose-reply {
		background: none;
	}

#sidebar {
	margin-left: 70%;
	margin-right: 20px;
}

.post h3 {
	border: none;
	padding: 0;
	margin: 0;
}
	.post h3 a {
		color: #555;
	}

.post p.date, .small, h3 span {
	color: #888;
	font-size: 0.95em;
}
	.post p.date em {
		color: #f7740a;
		font: italic 1em Georgia, times, serif;
	}

.post .entry {
	margin: 10px 0;
}
	
.post span.tags {
	background: url(images/tag_icon.gif) center left no-repeat;
	padding-left: 1.6em;
	float: left;
}

.post span.comments {
	float: right;
	background: url(images/comments_icon.gif) center right no-repeat;
	padding-right: 2.1em;
}

.postmetadata {
	padding: 0.5em 0;
}

.post-details {
	background: #f0f0f0;
	padding: 1em 1.5em;
	margin: 0 0 2em 0;
}

h4.archive {
	font: normal 1.2em Georgia, Times, serif;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 0.5em;
	margin: -1em 0 1em 0;
}

textarea#comment {
	width: 100%;
}

#commentform { padding: 1em 1.5em; }
#commentform textarea { width: 100%;}
#comment-textarea { float: right; width: 80%; }

.comment-details { float: left; width: 20%; }
.comment-content { float: right; width: 80%; }

.commentlist li {
        padding: 15px;
        background: #fff;
        margin-bottom: 1em;
}
	.commentlist li.alt { background: #f0f0f0; }
	.commentlist li img.avatar { padding: 0 !important; }
	.commentlist li.alt img.avatar { border-color: #fff !important; }

.commentmetadata { 
        font-size: 0.9em;
        border-top: 1px solid #ddd;
        padding-top: 0.3em;
		margin-top: 1em;
}
	.commentmetadata a { color: #888; }

#commentform input, #commentform textarea {
	margin: 0 5px 8px 0;
}

/** SIGNUP FIELDS CSS **/

#breaker {
	margin-top: 20px;
}

#extraFields {
	margin-bottom: 20px;
}

#extraFields label, 
div.radio span.signup-label, 
div.checkbox span.signup-label {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 1.2em;
	display: block;
}

#extraFields input {
	font-size: 24px;
	width: 100%;
}

#extraFields textarea {
	width: 80%;
	height: 120px;
}

#extraFields select {
	width: 280px;
	font-size: 1.4em;
}

#extraFields div.datefield select {
	width: auto;
}

#extraFields div.radio label,
#extraFields div.checkbox label {
	display: inline;
	font-weight: normal;
	float: none;
	padding: 0 !important;
	margin-right: 15px;
}

#extraFields div.radio input,
#extraFields div.checkbox input {
	width: auto;
}

#extraFields div.error {
	margin: 20px 0 -15px 0;
}

span.desc {
	margin-left: 115px;
	font-weight: normal;
}

div.error {
	font-weight: bold;
}

span.signup-description {
	display: block;
	margin: 5px 0 0 0;
}

/** Added Style for new theme **/

body {
	margin: 0;
	padding: 0;
	background-color: #A5A5A5;
	font-family: Arial;
}

div {
	padding: 0;
	margin: 0;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

.whole_div {
	margin: 0 auto;
	width: 1200px;
	border-left: 1px solid #727272;
	border-right: 1px solid #767676;
	background-color: white;
}

/* Header Area start */
.header {
	width: 100%;
	height: 125px;
}

.top {
	width: 100%;
	height: 98px;
}

.logo {
	float: left;
	width: 447px;
	height: 98px;
	margin-left: 15px;
	margin-right: 3px;
}

.banner {
	
	width: 1000px;
	height: 98px;
	/*background: url("images/top_banner.jpg") no-repeat center ;*/

}

/* Menu */
.menu {
	width: 100%;
	height: 27px;
	background: url("images/menubg.jpg") repeat-x left top;
}

.before_menu {
	float: left;
	display: inline;
	width: 200px;
	height: 22px;
	font-size: 14px;
	font-style: Italic;
	text-align: center;
	padding-top: 5px;
	color: #F7740A;
}

.after_menu {
	float: left;
	display: inline;
	width: 180px;
	height: 27px;
	text-align: center;
	font-size: 11px;
	font-style: Italic;
	color: white;
	line-height: 13px;
	font-weight: bold;
}

.top_menu {
	float: left;
	display: inline;
	/*width: 807px;*/
	height: 27px;
	text-align: center;
	background: url("images/libg.jpg") repeat-x left center;
}

.top_menu ul {
	list-style: none;
	height: 27px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.top_menu ul li {
	float: left;
	list-style-type: none;
	height: 27px;
	padding: 0px;
	margin: 0px;
	background: url("images/menu_seperate.jpg") no-repeat right 6px;
}

.top_menu ul li.last {
	float: left;
	list-style-type: none;
	height: 27px;
	padding: 0px;
	margin: 0px;
	background: none;
}

.top_menu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 6px 15px 0px 15px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #515151;
	height: 21px;
}

.top_menu ul li.first a {
	display: block;
	text-decoration: none;
	padding: 6px 15px 0px 25px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #515151;
	height: 21px;
	background: url("images/first_menu.jpg") no-repeat left top;
}

.top_menu ul li.last a {
	display: block;
	text-decoration: none;
	padding: 6px 25px 0px 15px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #515151;
	height: 21px;
	background: url("images/last_menu.jpg") no-repeat right top;
}

.top_menu ul li a:hover {
	text-decoration: none;
}
/* Header Area end */

/* Content Area start */
.wrap {
/*	float: left;*/
/*	margin-top: -5px;*/
	width: 100%;
	height: auto;
	background-color: #D8D8D8;
	position: relative;
	float: left;
/*	clear: both;*/
/*		display:inline;*/
}

.sidebar {
	float: left;
	width: 200px;
	min-height: 300px;
	background: url("images/sidetop.jpg") no-repeat left top #D8D8D8;
	position: relative;
}

.r_side {
	/*background: none;*/
	width: 200px;
	float: right;
display:inline;

}

.content {
	float: left;
	min-height: 300px;
	height:auto;
	
	padding-bottom: 20px;
	display:inline;
	background: url("images/pipefooter.jpg") no-repeat left top #fff;
}

.search {
	background: url("images/search_bg.png") no-repeat left top !important;
	z-index: 100; 
	width: 187px;
	height: 100px;
	float: left;
	margin-left: 5px;
	margin-top: 8px;
	text-align: left;
	display: block;
}

.search a img {
	border: none;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
}

.search a {
	margin-left: 2px;
}

.search_text {
	width: 155px;
	height: 23px;
	vertical-align: top;
	text-align: right;
	clear: both;
	margin: 0px;
	margin-top: 4px;
	padding-left: 14px;
	margin-bottom: 2px;
	background: url("images/searchtext.gif") no-repeat right top;
}

input.search_text {
	width: 150px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	color: #F37633;
	text-align: left;
	padding-top: 2px;
	padding-left: 3px;
	background-color: white;
	border: none;
}

#searchform input.search_text {
	width: 150px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	color: #F37633;
	text-align: left;
	padding-top: 2px;
	padding-left: 3px;
	background-color: white;
	border: none;
}

.search img {
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	margin-left: 48px;
}

.search .search_button {
  text-align: right;
  padding-right: 17px;
  padding-top: 1px;
}

.MaxContent {
	width: 1000px;
}

.MinContent {
	width: 800px;
}

/* Sidebar Area */
.sidebar * {
	font-size: 12px;
}

.sidebar ul {
	width: 186px;
	float: left;
	display:block;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	list-style: none;
}

.sidebar ul li {
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}

.sidebar ul li h2 {
	font-family: Arial Black;
	font-style: Italic;
	font-size: 14px;
	color: #515151;
	padding-bottom: 4px;
	margin: 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #3D5364;
	padding-left: 5px;
}

.sidebar ul li ul li {
	width: 92%;
	border-bottom: 1px dotted #714035;
}

.sidebar ul li ul {
	margin-bottom: 20px;
}

.recentcomments a {
	background: none !important;
}
.sidebar ul li ul li a {
	text-decoration: none;
	color: #515151;
	font-size: 12px;
	margin-left: 3px;
	padding-left: 6px;
	padding-right: 10px;
}

h2.widgettitle {
	margin-top: 0px;
	width:180px;
	float:left;
	display:inline;
}

.sidebar ul li ul li a:hover {
	text-decoration: none;
	color: #0084FF;
	background: url("images/arrow.gif") no-repeat 4px 4px;
	font-size: 12px;
}

.login_table {
	width: 99%;
	font-size: 11px;
	font-family: Arial;
	margin-left: 3px;
	margin-top: 7px;
	color: black;
}

.login_table tr {
	height: 30px;
}

.login_table a {
	font-family: Arial;
	color: #515151;
	font-size: 11px;
}

.login_text {
	width: 140px;
	height: 18px;
	border: 1px solid #808080;
	background-color: white;
}

.blog_content {
	float: left;
	width: 483px;
	padding-bottom: 5px;
	font-family: Arial;
	border-right: 1px dotted #4E4A49;
	margin-top: 15px;
	margin-left: 13px;
}

.blog_content h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	margin-top: 17px;
	margin-left: 3px;
	margin-bottom: 12px;
}

.blog_content p img {
	padding: 0px;
	margin: 0px;
	padding-right: 12px;
}

.blog_content h3 {
	margin-top: 0px;
	margin-top: 5px;
}

.blog_content h3 a {
	text-decoration: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #515151;
}

.blog_content h2 {
	margin-top: 10px;
}

.blog_content h2 a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #515151;
	margin-bottom: 1px;
}

.blog_content p {
	font-size: 12px!important;
	color: black;
	text-align: left;
	line-height: 23px;
	padding-left: 5px;
	padding-right: 12px;
}

a.more_article {
	text-decoration: underline;
	font-size: 12px;
	color: #6F3E32;
	padding: 0px;
	padding-left: 15px;
	background: url("images/arrow1.gif") no-repeat left center;
}

.right_content {
	border: none;
}

div.clear_div {
	clear: both;
}

a.banner {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-left: 18px;
	display: block;
	background: none;
	height: 91px;
}

.adsense {
	margin-left: 12px;
	float: left;
	width: 160px;
	margin-bottom: 20px;
	margin-top: 12px;
}

.left_widget {
	float: left;
	display: inline;
	width: 480px;
	margin-left: 10px;
	margin-top: 15px;
}

.item-list {
	list-style: none;
	padding: 0px;
	float: left;
	margin: 0px;
	border-right: 1px dotted #515151;
	margin-top: 5px;
}

.left_widget .widget {
  position: relative;
	list-style: none;
	float: left;
	display:inline;
	padding: 0px;
	margin: 0px;
	width: 480px;
}

.left_widget .widget a {
	color: #496378;
}

.left_widget .widget a:hover {
	color: #F7740A;
}

.left_widget h2.widgettitle {
	padding: 0px;
	margin: 0px;
	width: 442px;
	height: 27px;
	line-height: 27px;
	color: #515151;
	font-size: 14px;
	font-weight: bold;
	background: url("images/widgettitle.jpg") no-repeat left center;
	padding-left: 30px;
	margin-bottom: 10px;
}

.left_widget h3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}

.left_widget p {
	font-size: 12px;
	padding-left: 18px;
	line-height: 20px;
	font-weight: normal;
}

.left_widget .widget ul {
	list-style: none;
	width: 475px;
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
}

.item-avatar {
	width: 55px;
	float: left;
}

.item {
	margin-top: 5px;
	margin-left: 10px;
	width: 400px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: none;
	background: url("images/bottomdot.jpg") no-repeat left bottom;
}

.item-meta {
	background: none;
	border: none;
}

.item-meta span {
	background: none;
	border: none;
}

.item-options {
	position: absolute;
	top: 3px;
	right: 13px;
}

.item-options a {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.item-list li {
	clear: both;
	font-size: 12px;
}

.rightwidget * {
	border: none !important;
}
/* Content Area end */

/* Footer Area start */
.footer {
	width: 97%;
	padding-top: 40px;
	float: left;
	display: inline;
	font-family: Arial;
	font-size: 10px;
	color: #515151;
	margin-top: 40px;
	text-align: center;
	border-top: 1px solid #515151;
	margin-left: 15px;
	line-height: 20px;
}

.footer a {
	text-decoration: none;
	font-size: 10px;
	color: #515151;
}

.footer a:hover {
	text-decoration: none;
}
/* Footer Area end */

/* Single Page */
.single_content {
	float: left;
	width: 760px;
	padding-bottom: 5px;
	font-family: Arial;
	margin-top: 15px;
	margin-left: 13px;
	height:auto;
}

.single_content h2 {
	padding: 0px;
	margin: 0px;
	margin-top: 17px;
	margin-left: 3px;
	margin-bottom: 12px;
}

.single_content p img {
	padding: 0px;
	margin: 0px;
	padding-right: 12px;
}

.single_content h2 a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #515151;
}

.single_content p {
	font-size: 12px;
	line-height: 15px;
	padding: 0 8px 10px;
	margin: 0;
}

.single_content_300_ad {
float:right;
padding: 6px 6px 6px 6px;
}

.single_content_300_ad_bottom {
padding: 10px 10px 10px 10px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/*#left-side{
	float: left;
	width: 483px;
	padding-bottom: 5px;
	font-family: Arial;
	display:inline;
	
		margin-top: 15px;
	
}*/

.top1 {
	float: left;
	display: inline;
	width: 1000px;
	padding-bottom: 5px;
	min-height: 250px;
  margin-top: 15px;
}

#top1 {
	float: left;
	display: inline;
	width: 1000px;
	padding-bottom: 5px;
	min-height: 250px;
  margin-top: 15px;
}


.left-side-content{
float: left;
	width: 483px;
	min-height:250px;
display:inline;
	border-right: 1px dotted #4E4A49;
	margin-top: 15px;
	margin-left: 13px;
}


/*#right-side{
	float: right;
	width: 483px;
	padding-bottom: 5px;
	font-family: Arial;
	display:inline;
	margin-top: 15px;
	
}*/
.right-side-content{
	width: 478px;

	min-height:250px;
	padding-right:5px;
	margin-top: 15px;
	margin-left: 8px;
	display:inline;
	float:right;
}


.left-side-content h3, .right-side-content h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	margin-top: 17px;
	margin-left: 3px;
	margin-bottom: 12px;
}

.left-side-content p img , .right-side-content p img{
	padding: 0px;
	margin: 0px;
	padding-right: 12px;
}

.left-side-content h3 , .right-side-content h3{
	margin-top: 0px;
	margin-top: 5px;
}

.left-side-content h3 a , .right-side-content h3 a{
	text-decoration: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #515151;
}

.left-side-content a , .right-side-content  a{
	text-decoration: none;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #515151;
}

.left-side-content h2 , .right-side-content h2{
	margin-top: 10px;
}

.left-side-content h2 a , .right-side-content h2 a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #515151;
	margin-bottom: 1px;
}

.left-side-content p , .right-side-content p{
	font-size: 12px;
	color: black;
	text-align: left;
	line-height: 23px;
	padding-left: 5px;
	padding-right: 12px;
}

.left-side-content p a , .right-side-content p a{
	font-size: 12px;
	color: blue;
	
}

.left-side-content p a.more-link , .right-side-content p a.more-link{
	text-decoration: none;
	font-size: 12px;
	color: #6F3E32;
	padding: 0px;
	padding-left: 15px;
	background: url("images/arrow1.gif") no-repeat left center;
}

.sidebar .adrotate_widget { width:176px; float:left; display:inline; padding-left:15px;}
#rightside_adrotate { width:176px; float:left; display:inline; padding-left:17px; margin-top:10px;}

.single_content .category_link {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #515151;
}

.single_content .category_link a {
	text-decoration: none;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #515151;
}

.single_content .tags {
  padding-top: 10px;
  font-size: 13px;
}

.single_content .tags a {
  font-size: 12px;
}

.sidebar .addthis_container {
  padding-top: 15px;
  text-align: center;
}

#member_login_links_wrapper {
  padding-left: 5px;
}

#member_login_links_wrapper a {
  color: #333;
  font-weight: bold; 
}

#member_login_links_wrapper a:hover {
  text-decoration: underline;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


.terms_of_service {
  padding-top: 20px;
  margin-bottom: 10px;
}

.terms_of_service .text {
  border:1px solid #AAAAAA;
  height:150px;
  margin-top:10px;
  overflow:auto;
  padding:5px;
  width:1035px;
}

.terms_of_service .text p {
  margin-bottom: 10px;
}

.terms_of_service .text .bold {
  font-weight: bold;
}

.terms_of_service .text .underline {
  text-decoration: underline;
}
