@charset "UTF-8";
@import url(./search.css);


body  {
	background:#F5F8FC;
	/* background:#E5ECF3; */
}
#float { 
	width: 966px;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	height:130px;
	background:url(../images/bg-header.png) no-repeat 0 0; 
	
} 



/* LOGO */
#header #logo {
	float:left;
	background:url(../images/webbchange-logo.png) no-repeat;
	height:52px;
	width:220px;
	margin:16px 0 0 18px;
	}
#header #logo h1 {
	display:none;
}


/* HEADER SEARCH */
#header .header_search {
  float:left;
  margin:18px 0 14px 82px;
  padding:6px 4px;
  background:url(../images/bg-header-search.png) no-repeat 0 0;
  }
#header .header_search form input.search {
  width:280px;
  font-size:13px;
  margin:0 4px;
  }
#header .filter_search {
  position:absolute;
  width:272px;
  padding:6px 6px 12px 6px;
  margin-left:4px;
  background:#F6F6F6;
  border:solid 1px #CCC;
  z-index:1000; !important
}
#header .filter_search table { width:100%; }
#header .filter_search th,
#header .filter_search td { padding:4px 6px; }
#header .filter_search th { font-size:11px; color:#777; }


/* HEADER ACCOUNT */
#header #accountInfo {
	float:right;
	width:200px;
	margin:14px 14px 0 0;
	color:#C1D1FF;
	font-size:12px;
}
#header #accountInfo a {
	color:#FFF;
	}


/* HEADER NAVIGATION */
#navigation {
  margin:0 0 0 8px;
  width:950px;
  float:left;
  clear:both;
}
#navigation #accountItems {
  float:right;
}
#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
#nav a {
  display: block;
  text-decoration: none;
}
#nav li { /* all list items */
  float: left;
}
#nav li ul { /* second-level lists */
  position: absolute;
  display:none;
}
#nav li:hover ul { /* lists nested under hovered list items */
  display:block;
}
ul#nav {
  margin-top:4px;
  list-style:none;
  }
ul#nav li {
  color:#FFF;
  font-size:13px;
  letter-spacing:.06em;
}
ul#nav li a {
  color:#FFF;
  padding:4px 13px 8px 13px;
  border-right:solid 1px #2654A3;
  border-left:solid 1px #3D69BA;
  font-size:13px;
  letter-spacing:.06em;
  }
ul#nav li a:hover {
  text-decoration:none;
  color:#FFF;
  background:#3D65B8;
  }
ul#nav li.login #email,
ul#nav li.login #password,
ul#nav li.login #passwordPrompt {
  padding:0;
  margin:2px 0;
  font-size:11px;
  }
ul#nav li.login {
  padding:0 13px;
}
ul#nav li.login .email,
ul#nav li.login .password {
  font-size:10px;
}
/* hover menu */
ul#nav li a.drop-down {
  background:url(../images/bt-navigation-down-arrow.gif) no-repeat 98% 56%;
  padding-right:22px;
}
ul#nav li a:hover {
  background-color:#3D65B8;
}
ul#nav li ul {
  position:absolute;
  display:none;
  width:500px;
  padding:6px 0 12px 6px;
  margin:0;
  background:#FFF;
  border:solid 1px #C4CFFF;
  border-top:none;
  z-index:1000; !important
}
ul#nav li ul li a {
  width:140px;
  border:none; 
  color:#2856A7; 
  font-size:11px;
  background:none;
  }
ul#nav li ul li a:hover {
  background:#F1F1F1;
  color:#3D65B8;
}



/* TICKER */
#coinTicker {
  clear:both;
  background:#000;
  overflow:hidden;
  height:22px;
}
#Ticker {
  position: absolute;
  height: 22px;
  cursor: default;
  overflow: hidden;
  visibility: hidden;
} 
#Ticker a {
  color:#648AF2;
}
.TickerContainer {
  position: relative;
  height: 24px;
  margin:0;
  overflow: hidden;
}  
.TickerEntry {  
  font-size:11px;  
  color:#FFF;
}






/* PAGE INFO */
#pageInfo { margin:8px 0 0 0; }
#pageInfo h2 { font-size: 21px; color:#175BC0; padding:4px 0; }
#pageInfo .description p, #pageInfo p {
	color:#6E99D7;
	font-size:14px;
	line-height: 18px;
	margin:4px 0 10px 0;
	}
#pageInfo .description p.info {
	color:#789AD0;
}
#pageInfo .quiet { color:#175BC0; }
#pageInfo .quieter p { font-size: 12px; }
#pageInfo .light { color:#7BA8DF; }
#pageInfo #searchQuery h2 {
	font-size:24px;
	line-height:28px;
	}


#pageInfo .top { height: 16px; width:964px; background:url(../images/bg-pageinfo.png) no-repeat 0 0; }
#pageInfo .body { background:url(../images/bg-pageinfo-repeat.png) repeat-y 0 0; min-height: 2px; }
#pageInfo .base { height: 40px; width:964px;  background:url(../images/bg-pageinfo.png) no-repeat 0 100%; margin-top: -1px; }

#pageInfo .image {
  float:left;
  margin:0 18px;
}
#pageInfo .info,
#pageInfo .search {
  float:left;
  width:600px;
}
#pageInfo .actions {
  float:right;
  margin-right:24px;
  width:90px;
  text-align:right;
}
#pageInfo .search {
  margin:0 18px;
  width:800px;
}
#pageInfo .search .quiet {
  color:#7BA8DF;
  line-height:0;
  margin-top:8px;
  font-style:italic;
}





/* PAGE CONTAINER */
#containerTop {
	background:url(../images/bg-container-top.png) no-repeat 0 100%;
	padding-bottom:10px;
	min-height: 40px;
}
#containerTop .actions {
	float:right;
	margin-right:10px;
	}

/* TABBED NAVIGATION */
#tabNavigation {
padding: 0 0 8px 12px; }

#tabNavigation .tab a {
float: left;
height: 22px;
background: url(../images/bg-tabnav-disabled.png) no-repeat;
padding: 6px 22px 0 28px;
margin-top:3px;
font-size: 11px;
color: #678EC6;
letter-spacing:.04em; }

#tabNavigation .tab_rt {
float: left;
width: 10px;
height: 28px;
background: url(../images/bg-tabnav-disabled.png) no-repeat 100% 0;
margin-right:6px;
margin-top:3px; }

#tabNavigation .active a {
color: #175BC0;
background: url(../images/bg-tabnav-active.png) no-repeat;
padding: 10px 22px 0 28px; 
margin:0;
height:22px;
font-weight: bold;
font-size: 13px;}
#tabNavigation .active_rt {
background: url(../images/bg-tabnav-active.png) no-repeat 100% 0;
height: 32px;
margin-top:0; }






#container { 
	float:left;
	width:966px;
	background:url(../images/bg-container.png) repeat-y 0 0;
}
#containerBottom {
	clear:both;
	background:url(../images/bg-container-bottom.png) no-repeat 0 100%;
	height:16px;
}








/* BLOCK STYLE FOR ALL LIST ITEMS */
.block { margin-bottom:16px; }
.block .top {
	background:url(../images/bg-sidebar-block-top.png) no-repeat 0 0;
	border-bottom:solid 1px #CCC;
	}
.block .top h4 {
	font-size:13px;
	color:#444;
	padding:10px 0 6px 12px;
	}

.block .row {
	padding:6px 8px;
	font-size:11px;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	min-height: 1.5em;
	}
.block .row .left {
	width:70%;
	float:left;
}
.block .row .right {
	width:29%;
	float:right;
	text-align:right;
	}
.block .odd {
	background:#F9F9F9;
	}
.block .stat {
	background:url(../images/bg-sidebar-stats.png) repeat-x 0 0 #F5F6F6;
	padding:8px 12px 8px 12px;
	}

.block .stat .type {
	text-transform:uppercase;
	color:#888;
	font-size:11px;
	}
.block .stat .coins {
	font-size:26px;
	line-height:28px;
	font-weight:bold;
	}

.block .gold_coin {
  background:url(../images/stats-coin-gold.png) no-repeat 0 0;
  padding:0 0 0 64px;
}
.block .silver_coin {
  background:url(../images/stats-coin-silver.png) no-repeat 0 0;
  padding:0 0 0 64px;
}
.block .stat .change { width: 100%; }
.block .stat .change td {
  padding:0 4px;
  font-size:12px;
}



	
/* PAGINATION */
.block .pagination {
	padding:4px 6px;
	background:#F1F1F1;
	border-right:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	}

.block .pagination a,
.block .pagination .current,
.block .pagination .prev_page,
.block .pagination .next_page {
	font-size:11px;
	padding:0 4px;
	}
.block .pagination a:hover {
	background:#175BC0;
	color:#FFF;
	text-decoration:none;
	}

#content .pagination {
  text-align: center;
}

/* LOADER */
.block .loading_overlay {
  position:absolute;
  height:50px;
  width:50px;
  margin:110px 130px;
  background:url("../images/ajax-loader-round.gif") no-repeat 50% 50%;
  display:none;
}


/* SIDEBAR */
#sidebar {
	float: right; 
	width:300px;
	margin-right:12px;
}
#sidebar .tip {
	padding:10px 10px 0 10px;
	background:url(../images/bg-sidebar-tip.png) no-repeat 0 0;
	font-size:11px;
	line-height:16px;
}
#sidebar .tip .title {
	color:#888;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:solid 1px #CCC;
	margin-bottom:6px;
	padding-bottom:4px;
}
#sidebar .tip_bottom {
	height:16px;
	background:url(../images/bg-sidebar-tip.png) no-repeat 0 100%;
}









#mainContent {
	float:left;
  margin: 0 20px 0 16px;
  padding-top:6px;
} 



/* STORIES */
.story {
	width:618px;
	border-bottom:solid 1px #EFEFEF;
	padding-bottom:18px;
	margin-bottom:18px;
}
#history_tab .story {
  width: 457px;
  overflow: hidden;
}
#history_tab .story .body_inner {
  width: 216px !important;
}
#history_tab .story .body strong a {
  display: block;
}

#statistics_tab .story {
  width:457px;
}

.story .thumbnail {
	float:left;
	width:120px;
	}
.story .thumbnail img {
  border: solid 1px #CCC;
}
.story .info {
	float:right;
	font-size:12px;
	color:#222;
	width:320px;
	}
#overheard_tab .story .info {
  width: 335px;
}


.story .info h3, #overheard_tab .story.website h3 {
	font-size:16px;
	padding:0 0 6px 0;
	}
.story .info h3 .position {
  color: #666;
}
.story .info h4, #overheard_tab .story.website h4 {
  font-size:11px;
  font-weight:100;
  padding:0 0 4px 0;
  }
.story .info p {
  font-size:12px;
	padding:4px 0;
	color:#888;
	clear:left;
	margin-bottom:8px;
}	


.story .coins {
  color:#CCC;
  float:left;
  width:300px;
}
.story .coins .coin_amount {
  font-size:16px;
  color:#444;
  margin-left:2px;
}
.story .coins .total {
  font-size:14px;
  color:#888;
}

.story .share {
  color: #CCC;
  float: right;
  width: 170px;
  text-align: right;
  margin-top: .5em;
}
.share span.quiet a:hover {
  text-decoration: none;
  outline-width: 1px;
}

.share span.quiet .FBConnectButton_Simple {
  padding: 2px;
}
/* This is to minimize the nbsp insert via facebook */
.share span.quiet .FBConnectButton_Text_Simple{
  font-size: 1px;
}

.share span.quiet .share_text {
  padding-right: 10px;
}
  
#overheard_tab .story .share {
  width: 300px;
  font-size: 11px;
  color: #888;
  font-style: oblique;
}
.story .share img {
  vertical-align: text-bottom;
}
.story .share .trend {
  float: left;
  color: #666;
}
.story .share .trend img {
  vertical-align: inherit;
}


.story .follower_title {
	font-size:10px;
	color:#175BC0;
}
.story .followers {
	float:left;
	padding:4px 4px 0 4px;
	background:#F7F8FC;
	border:solid 1px #D0E2FF;
}
	
.story .quiet {
	color:#888;
	float: right;
	}

.story .icon {
	float:left;
	width:30px;
	text-align:right;
	}

.story.website {
  width: auto;
  min-height: 1px;
}	

#mainContent .website .info {
	width:465px;
  margin-left:15px;
}
#mainContent .message .info {
	width:580px;
}
#mainContent .message .quote {
	border-left:solid 6px #F1F1F1;
	margin-top:4px;
	padding-left:8px;
}








#fullContent { margin-left:12px; }

#fullContent td { vertical-align:top; }

#fullContent .block { margin-bottom:16px; width:300px; margin-right:20px; }







/* COMMENTS AND BULLETINS */
#bulletins {}

#newMessage {
  padding:12px;
  margin-bottom:18px;
  color:#666;
  background:#F6F6F6;
}

.profile_picture {
  width:75px;
  margin-right:12px;
  float:left;
}
.new_form {
  width:500px;
  float:left;
}
#bulletin_tab .new_form {
  width: 346px;
}
#bulletins .new_form label {
  color:#999;
  font-size:11px;
}

#bulletins .new_form .submit,
message .submit {
  color:#FFF;
  background:#3F62A2;
  padding:2px;
  border:solid 1px #000;
  margin-top:6px;
}


.message {
	width:618px;
	border-bottom:solid 1px #EFEFEF;
	padding-bottom:18px;
	margin-bottom:18px;
}
#bulletin_tab .message {
  width:457px;
}

.message .thumbnail {
  width:75px;
  float:left;
  margin-right:12px;
  margin-bottom:12px;
}
.message .body {
  width:500px;
  float:left;
  margin-bottom:12px;
}
#bulletin_tab .message .body {
  width:370px;
}

.message .quiet {
  font-size:11px;
}

.message .comment,
.message .new_comment {
  padding:0 12px;
  margin:0 0 4px 22px;
  clear:left;
}
.message .comment .thumbnail_small,
.message .new_comment .thumbnail_small {
  width:50px;
  float:left;
}
.message .comment .comment_body,
.message .new_comment .comment_body {
  background:#F6F6F6;
  padding:8px 12px;
  width:478px;
  float:left;
}
#bulletin_tab .message .comment .comment_body,
#bulletin_tab .message .new_comment .comment_body {
  width:337px;
}

.message .new_comment .comment_body label {
  font-size:11px;
  color:#999;
}

.message .new_comment_link {
  font-size:11px;
  margin-left:84px;
  padding:2px 8px;
}




/* FEED ITEMS */
#feed .transaction { }

#feed .transaction table { width:98%; }
#feed .transaction td { padding:0 6px 0 0; vertical-align:top; }

#history_tab #feed .transaction td { float:left; } 

#feed .transaction td.thumbnail { width:128px; }
#feed .transaction td.thumbnail_user { width:40px; }
#feed .transaction .body { width:381px; font-size:15px; line-height:18px; }

#history_tab #feed .transaction .body { width:216px; }
#history_tab #feed .transaction .website_body { width:277px; }

#feed .transaction .body .comment { color:#444; font-size:13px; line-height:18px; margin-top:6px; }
#feed .transaction .quiet { line-height:14px; }

#feed .coins { width:250px; }
#feed .share { width:130px; }

#feed .body h3 {
	font-size:16px;
	padding:0 0 6px 0;
	}
#feed .body h4 {
  font-size:11px;
  font-weight:100;
  padding:0 0 4px 0;
  }
#feed .body p {
  font-size:12px;
	padding:4px 0;
	color:#888;
	clear:left;
	margin-bottom:8px;
}





#footer { 
	margin:12px 0 32px 0;
	padding: 0 10px;
} 
#footer p {
	margin: 0;
	padding: 0;
	color:#999;
}

/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.knowledge {
  background:#FFFBD8;
  border-bottom:solid 1px #DEDBBD;
  color:#555;
  padding:8px 12px 6px 12px;
  text-align:center;
  font-size:12px;
}
#loader {
  text-align:center;
  background:#E8FFE9;
  color:#0AB006;
  font-size:1.5em;
  line-height:1.8em;
  padding:24px;
}
.positive {
  color:#45A444;
}
.negative {
  color:#D92D27;
}
.neutral {
  color:#747474;
}
#message,
#warning {
  font-size:12px;
  line-height:21px;
  background:#FFFBD8;
  border-bottom:solid 1px #CCC;
  color:#444;
  padding:12px 12px 8px 12px;
  text-align:center;
}
#warning {
  background:#FFD8D5;
  color:#F00;
  border-bottom:solid 1px #F00;
}
#message td {
  font-size:12px;
  line-height:21px;
  padding:6px;
  vertical-align:top;
  text-align:left;
}

a.external-url {
  background:url(../images/bt-external-url.png) no-repeat 100% 0;
  padding-right:20px;
  font-size:12px;
}









/* ADD WEBSITE TO PORTFOLIO POP-UP */
#quickAdd { 
  border:solid 1px #CCC;
  width:430px;
  }
#quickAdd #title {
  padding:0 12px;
/*  background:url(../images/bg-shadow-green.jpg) repeat-x 0 0 #29AE3B;*/
  background: #fff;
/*  border-bottom:solid 1px #999;*/
}
#quickAdd #title h5 {
  padding:8px 0;
  color: #0C43C2;
/*  color:#FFF;*/
  text-align:center;
  font-size: 28px;
}
   
#quickAdd .block {
  padding:10px 12px;
  margin:0;
/*  background:url(../images/bg-shade-green-tall.jpg) repeat-x 0 0 #F5FFE7;
  border-bottom:solid 1px #E1E1E1;
*/
}
#quickAdd .block select,
#quickAdd .block input,
#quickAdd .block textarea {
}
#quickAdd .block label {
  font-size: 12px;
}
#quickAdd form {
  background: #fff;
  position: relative;
}
#quickAdd #website_full_url,
#quickAdd #tag_name,
#quickAdd #topic_name {
  font-size:21px;
  width:88%;
}
#quickAdd table {
  width: 100%;
}
#quickAdd td.left {
  
}
#quickAdd td.right {
  text-align: right;
}
#quickAdd input#tags {
  width: 100%;
}




/* TRANSACTION POP-UP */
#quickTransaction {
  border:solid 1px #CCC;
  width:430px;
  }
  
#quickTransaction .transaction-holder {
  position:relative;
  width:400px;
  overflow: hidden;
  border-right:solid 1px #CCC;
  border-left:solid 1px #CCC;
}

#quickTransaction .transaction-track {
  width:1230px;
  margin-left:-410px;
}
#quickTransaction .transaction-handle {
  cursor:move;
  height:24px;
  width:900px;
  background:url(../images/trans-slider-handle.jpg) no-repeat 0 50%;
}

#quickTransaction .less,
#quickTransaction .more {
  font-size:10px;
  letter-spacing:.02em;
  color:#777;
  float:left;
}
#quickTransaction .more {
  float:right;
}

#quickTransaction .block table {
  width:100%;
}
#quickTransaction .block td {
/*  padding:6px 12px;*/
}
#quickTransaction .block td.left {
/*  border-right:solid 1px #CCC;*/
}
#quickTransaction .block .item-title {
/*  font-size:11px;*/
/*  font-weight:100;*/
/*  color:#999;*/
/*  text-transform:uppercase;
  letter-spacing:.04em;
  padding:0;
*/
}
#quickTransaction .block h2 {
  padding:4px 0;
}
  
#quickTransaction #title {
  padding:0 12px;
  background:url(../images/bg-shadow-green.jpg) repeat-x 0 0 #29AE3B;
  border-bottom:solid 1px #999;
}
#quickTransaction #title h5 {
  padding:8px 0;
  font-weight:100;
  text-transform:uppercase;
  color:#FFF;
  text-align:center;
}
   
#quickTransaction .block {
  padding:12px;
  margin:0;
/*  background:url(../images/bg-shade-green-tall.jpg) repeat-x 0 0 #F5FFE7;
  border-bottom:solid 1px #E1E1E1;
*/
}
#quickTransaction .block select,
#quickTransaction .block input {
  font-size:14px;
  padding:2px 4px;
  margin:4px 0;
}
#quickTransaction .block label {
  font-size:1.2em;
  line-height:1.5em;
}
#quickTransaction #total-website-coins {
  width:100px;
/*  background:#FAFFF5;
  border:solid 1px #E9F0DD;
*/
  font-size:2em;
  font-weight:bold;
}







/* TOOLBAR */
#WebbChangeToolbar {
  width:100%;
  padding:0;
  margin:0;
  background:url(../images/bg-toolbar.jpg) repeat-x 0 0 #175BC0;
  border-bottom:solid 1px #497BC3;
  height:31px;
  z-index:9999999999;
}
#WebbChangeToolbar .holder {
  min-width:700px;
}
#WebbChangeToolbar .logo {
  float:left;
  width:200px;
  margin:0;
}
#WebbChangeToolbar .back {
  float:left;
  width:80px;
  margin:4px 0;
}
#WebbChangeToolbar .actions {
  float:right;
  width:340px;
  margin:4px 21px;
  text-align:right;
}
#WebbChangeToolbar #theContent {
  position: absolute;
  background: transparent;
  border:none;
  width: 100%;
  height:100%;
  top: 0;
  left:0;
  padding:0;
  margin:32px 0 0 0;
  z-index: 0;
}

/* REPORT WEBSITE POP-UP */
#reportWebsite {}
#reportWebsite ul {
  padding:0;
  margin:0;
  list-style:none;
  font-size:1.2em;
}
#reportWebsite ul li {
  padding:4px 12px;
}

/* FACEBOX STYLES */
#facebox #header,
#facebox #footer,
#facebox .actions {
  display:none;
}
/* DEFAULT PAGES FOR FACEBOX W/OUT JS */
#basicPage #holder {
  margin: 0;
  text-align: center;
  background:url(../images/bg-container.png) repeat-x 0 0;
}
#basicPage #float {
  margin:0 auto;
  padding:12px 0;
  text-align:left;
  width:900px;
}
#facebox #holder,
#facebox #float {
  margin:0;
  padding:0;
  width:auto;
}
#basicPage .actions { padding:8px; }


/* BUG TRACKING DIV */
#bugs {
  position:fixed;
  bottom:0;
  margin:0;
  width:100%;
  background:#FFE9F3;
  border-top:solid 1px #FF5555;
  border-bottom:solid 1px #FF5555;
  font-size:.86em;
}
#bugs .holder {
  margin:4px 12px;
  color:#774747;
}
#bugs .holder a {
  color:#B81C1C;
}




/* ERROR MESSAGES */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  border-bottom: 1px solid red;
  padding:6px 12px;
  background:#FFF;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color:#DE1004;
  margin:0;
  padding:4px 0;
}

#errorExplanation p {
  color: #DE1004;
  margin:0;
  padding:0 0 4px 0;
}
#errorExplanation ul {
  margin:0 0 0 12px;
  padding:0;
}
#errorExplanation ul li {
  font-size: 11px;
  color:#DE1004;
}


/* User sign up - ajax */
.signup {
  padding: 10px;
  color: #939598;
}
.signup h2 {
  color: #939598;
  text-align: center;
  font-size: 1.5em;
}
.signup h3 {
  color: #939598;
  font-size: 1.2em;
  margin-bottom: .25em;
  padding-bottom: 0;
}
.signup ol {
  font-size: 1em;
  margin-top: 0;
}
.signup a.icon {
  display: inline-block;
  width: 71px;
  text-align: center;
  color: #939598;
  text-transform: uppercase;
}
.signup a.icon.left {
  float: left;
}
.signup a.icon.right {
  float: right;
}
.signup a.icon img {
  display: block;
}
.signup .content {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.signup .or {
  font-size: 18px;
  color: #939598;
  position: absolute;
  top: 2em;
  left: 50%;
  margin-left: -.25em;
}
.signup p {
  font-size: 1em;
  color: #939598;
}
.signup p, .signup h3, .signup ol {
  margin-left: 18px;
  margin-right: 18px;
}
.signup .center {
  text-align: center;
}
.signup .indent {
  margin-left: 2em;
}
.signup .bookmarklet {
  position: relative;
}
.signup .bookmarklet span, .signup .bookmarklet .arrow, .signup .bookmarklet a {
  float: left;
}
.signup .bookmarklet span {
  width: 150px;
}
#facebox .signup .bookmarklet .arrow {
  position: relative;
  top: 1em;
  margin-left: 1px;
  margin-right: 5px;
}
.signup a.plain {
  text-decoration: none;
}

#userProfile {
  float:left;
  width:618px
  }
#userProfile .block-item {
  margin-right:18px;
  }
#userProfile .block {
  padding:10px 12px;
}
#userProfile .edit {
  padding:10px 12px;
  background:#F1F1F1;
  border-bottom:solid 1px #CCC;
}
#userProfile .title {
  border-bottom:solid 1px #CCC;
  margin:12px 0 0 0;
  padding:4px 12px;
  min-height: 1px;
}
#userProfile .title .left {
  float:left;
  width:40%;
}
#userProfile .title .right {
  float:right;
  text-align:right;
  width:40%;
}
#userProfile .title .right a {
  font-size:11px;
  text-transform:uppercase;
}
#userProfile table {
  width:80%;
}
#userProfile td {
  padding:1px 12px;
  vertical-align:top;
}
#userProfile .edit td {
  padding:6px 12px;
}
#userProfile td.left {
  color:#777;
  width:30%;
}
#userProfile .edit input,
#userProfile .edit select,
#userProfile .edit textarea {
  font-size:1em;
}
#userProfile .edit textarea {
  height:80px;
  width:80%;
}
#userProfile .submit {
  padding:12px;
}

/* USER AVATAR */
#userAvatar img {
  padding: 0 5px;
}

/* USER INTERESTS */
#userInterests .edit {
  padding:0;
}
#userInterests .left {
  float:left;
  width:30%;
}
#userInterests .right {
  float:right;
  width:70%;
}
#userInterests ul {
  margin:0;
  padding:0;
  list-style:none;
}
#userInterests ul li {
  padding:6px 12px;
  border-bottom:solid 1px #CCC;
}
#userInterests ul li.active {
  background:#FFF;
  border-right:none;
}
#userInterests ul li a {
  font-size:13px;
}
#userInterests .interests {
  padding:12px;
  background:#FFF;
  border-left:solid 1px #CCC;
  border-bottom:solid 1px #CCC;
}
#userInterests .interest {
  width:150px;
  padding:4px 0;
  float:left;
  font-size:11px;
}

/* USER NETWORKS */
#userNetworks { }

#userNetworks .edit { background:#F1F1F1;}

#userNetworks .edit {
  padding:0;
}
#userNetworks .edit .left {
  float:left;
  padding:24px 8px;
  width:190px;
}
#userNetworks .edit .left h6 {
  border-bottom:solid 1px #CCC;
}
#userNetworks .edit label {
  color:#666;
  font-size:11px;
}
#userNetworks .edit #network_contains {
  width:180px;
  margin:6px 0;
}

#userNetworks .edit .right {
  float:right;
  padding:24px 8px;
  width:430px;
}
#userNetworks .edit .network {
  float:left;
  font-size:11px;
  width:380px;
  margin:2px 0;
  padding:12px;
  background:#FFF;
  border:solid 1px #CCC;
}
#userNetworks .edit .network .name {
  float:left;
  width:240px;
}
#userNetworks .edit .network .action {
  float:right;
  width:90px;
}


/* AUTO COMPLETE */
.auto_complete {
  position:absolute;
  width:250px;
  background-color:#FFF;;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
.auto_complete ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}   
.auto_complete ul li.selected { 
  background-color:#2A5DB5;
  color:#FFF;
}
.auto_complete ul li {
  list-style-type: none;
  display:block;
  margin:0;
  padding:6px 4px;
  border-bottom:solid 1px #CCC;
  cursor:pointer;
  font-size:11px;
}
.auto_complete ul li.auto_disabled {
  background:#F1F1F1;
  color:#999;
}









/* SEARCH PAGE */
#searchQuery {
  padding-top:4px;
}
#searchQuery #title {
  margin:0;
  padding:0;
  color:#4D8DD5;
  font-size:1.8em;
  line-height:1em;
}
#searchQuery #title .sub_title {
  font-size:12px;
  font-weight:100;
  color:#78A8DF;
  line-height:1.1em;
  letter-spacing:.024em;
}
#searchQuery #title .quiet {
  font-weight:100;
  color:#78A8DF;
}
#searchQuery #searchQueryFilter {
  padding-top:8px;
}
#searchQuery #searchFilterLink {
  font-size:11px;
  margin:4px 14px 0 0;
  text-align:right;
}
#searchQuery .block-item {
  margin:6px 14px 0 0;
}
#searchQuery a.token,
#searchQuery a.add-token  {
  display:inline;
  padding:2px 16px 2px 4px;
  margin:2px 2px 0 0;
  font-size:11px;
  background:url(../images/bt-search-token.jpg) no-repeat 96% 54% #4D8DD5;
  border:solid 1px #4D8DD5;
  color:#FFF;
}
#searchQuery a.token {
  float:left;
}
#searchQuery a.token:hover {
  text-decoration:none;
  background:url(../images/bt-search-token-hover.jpg) no-repeat 96% 54% #0760C4;
}
#searchQuery a.add-token {
  background:url(../images/bt-search-add.jpg) no-repeat 100% 54%;
  line-height:18px;
  border:none;
  color:#4D8DD5;
}

#searchQuery .hover-menu {
  position:absolute;
  margin:38px 0 0 20px;
  width:480px;
  padding:0 4px 14px 14px;
  background:url(../images/bg-search-menu.png) no-repeat 100% 100%;
}
#searchQuery .hover-menu-top {
  position:absolute;
  width:480px;
  height:38px;
  margin:0 0 0 20px;
  padding:0 4px 0 14px;
  background:url(../images/bg-search-menu-top.png) no-repeat 100% 0;
}
#searchQuery .hover-menu .title {
  margin:0 0 8px 0;
}
#searchQuery .hover-menu .title strong {
  color:#365FAE;
  border-bottom:solid 3px #365FAE;
  font-size:1.2em;
}
#searchQuery .hover-menu a,
#searchQuery .hover-menu a.category,
#searchQuery .disabled {
  float:left;
  width:26%;
  padding:3px 0 3px 21px;
  margin:2px 2px 0 0;
  font-size:11px;
  background:url(../images/bt-search-menu-add.jpg) no-repeat 2px 54%;
}
#searchQuery .disabled {
  color:#CCC;
  background:url(../images/bt-search-menu-tick.jpg) no-repeat 2px 54%;
}
#searchQuery .hover-menu a.category {
  background:url(../images/bt-search-menu-arrow.jpg) no-repeat 2px 54%;
}
#searchQuery .hover-menu a.back {
  width:32px;
  padding:0 0 0 18px;
  margin:2px 0 0 0;
  font-size:11px;
  background:url(../images/bt-search-menu-back.jpg) no-repeat 2px 54%;
  color:#CC1922;
}
#searchQuery .hover-menu .keyword_search {
  margin:6px;
}
#searchQuery .hover-menu #keyword_input {
  font-size:1em;
}
#searchQuery #keywords,
#searchQuery #network_search_contains {
  font-size:1.5em;
  margin-bottom:4px;
}

#searchQuery .handle-hover .hover-holder {
  display:none;
}
#searchQuery .handle-hover:hover .hover-holder {
  display:block;
}


#searchQuery .filter {
  padding:4px 26px 0 26px;
}
#searchQuery .filter table {
  width:100%;
}
#searchQuery .filter th,
#searchQuery .filter td {
  vertical-align:top;
  padding:8px 12px;
  border-bottom:solid 1px #E8E8E8;
  color:#666;
  font-size:.9em;
}
#searchQuery .filter th {
  text-align:right;
}
#searchQuery .filter td {
  width:540px;
}


#searchResults table {
  width:100%;
}
#searchResults td {
  border-bottom:solid 1px #CCC;
  padding:6px 12px;
}
#searchResults td.website_name h5 {
  padding-top:2px;
  padding-bottom:2px;
}
#searchResults td.website_coins {
  text-align:right;
}
#searchResults td.website_coins h5 {
  float:right;
  padding:2px 6px;
  background:#365FAE;
  color:#FFF;
}



#category_list {
  overflow: hidden;
  position: relative;
  padding: 0;
  border: 1px solid #DBE1E6;
  border-width: 1px 0;
  background: #fff;
}
#category_list .arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  background: #e1ebf7;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
#category_list .arrow img {
  position: absolute;
  top: 6px;
  left: 5px;
}
#category_list #category_list_right {
  left: 944px;
}
#category_list #category_list_left.disabled, #category_list #category_list_right.disabled {
  background: #ccc;
  color: #999;
}
#category_list_wrapper {
  margin: 0 20px;
}
#category_list ul {
  margin: 0;
  padding: 0;
  height: 30px;
  position: relative;
}
#category_list ul li {
  list-style: none;
  float: left;
  line-height: 30px;
}
#category_list ul li a {
  display: block;
  padding: 0 10px;
  border-left: 1px solid #DBE1E6;
}
#category_list ul li.first a {
  border-left: none;
}
#category_list ul li.current a {
  background: url(/images/current.png) repeat-x;
}

/* HOME PAGE */
.inner {
  margin: 0 0 0 2px;
}
.breadcrumb {
  margin: 1em 10px;
  font-size: 12px;
  color: #999;
  float: right;
}
.options {
  background: url(/images/home/what_create_login.jpg) no-repeat;
  width: 963px;
  height: 161px;
  position: relative;
  top: 12px;
  margin-bottom: 29px;
}
.options .close {
  z-index: 1;
  position: absolute;
  right: 1em;
  bottom: 1em;
  padding-right: 20px;
  cursor: pointer;
  font-size: 11px;
  color: #666;
  z-index: 10;
}
.options .close span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(/images/close_button.png) -16px bottom no-repeat;
}
.options ul {
  margin: 0;
  padding: 0;
  height: 161px;
}
.options li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.options a {
  display: block;
  position: absolute;
}
.options #what {
  width: 320px;
  height: 161px;
  left: 0;
  top: 0;
}
.options #create {
  width: 320px;
  height: 161px;
  left: 320px;
  top: 0;
}
.options #login {
  width: 322px;
  height: 161px;
  left: 640px;
  top: 0;
}

.page {
  color: #666;
}

.page_wrapper {
  background: #fff;
  border: 1px solid #e6e8e5;
  border-width: 0 1px;
  padding: 0 10px;
}
#content_wrapper {
  float: right;
  width: 617px;
}
#content_tabs {
  margin: 0 0 0 10px;
  padding: 0;
  width: 481px;
  height: 27px;
  text-align: center;
}
#content_tabs li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
#content_tabs a {
  float: left;
  background: url(/images/home/tabs.png) 0 -36px no-repeat;
  height: 27px;
  line-height: 29px;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  margin-left: 31px;
}
#content_tabs li:first-child a {
  margin-left: 0;
}
#content_tabs a span {
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 27px;
  background: url(/images/home/tabs.png) right -36px no-repeat;
}
#content_tabs a.current {
  background-position: 0 0;
  color: #fff;
  font-weight: bold;
}
#content_tabs a.current span {
  background-position: right 0;
}
#content_wrapper .inner {
  padding: 20px 10px;
}
#content {
  clear: both;
  float: left;
  width: 481px;
}
#content #tab_bodies > div {
  display: none;
}
#content #tab_bodies > div.current {
  display: block;
}
#content .inner {
  border: 1px solid #e7e7e7;
  background: #fff;
}
#content ul#history {
  margin: 0;
  padding: 0;
}
#content ul#history li {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
  border-top: 1px dotted #ddd;
}
#content ul#history li:first-child {
  padding-top: 0;
  border-top: none;
}
#content ul#history li div.img {
  float: left;
  width: 90px;
  border: 1px solid #ddd;
}
#content ul#history li div.text {
  width: 357px;
  float: right;
}
#content ul#history h2 {
  font-size: 116%;
  padding-top: 0;
}
#content ul#history p, #content ul#history ul {
  font-size: 108%;
}
#content ul#history ul {
  margin-left: 0;
  padding-left: 0;
}
#content ul#history ul.coins li {
  margin: 0;
  display: inline;
  margin-right: 2em;
  border: none;
}
#content ul#history p.share {
  margin-top: 10px;
  text-align: right;
  font-size: 85%;
}
#content ul#history p.share a {
  margin-left: .5em;
}

#context {
  float: right;
  width: 125px;
}
#filters {
  margin-bottom: 12px;
}
#filters h2 {
  color: #000;
  background: url(/images/home/tabs.png) 0 -36px no-repeat;
  font-size: 108%;
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
  height: 27px;
  line-height: 29px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#filters h2 span {
  position: absolute;
  right: -20px;
  top: 0;
  height: 27px;
  width: 20px;
  background: url(/images/home/tabs.png) right -36px no-repeat;
}
#filters ul {
  margin: 0;
  background: #fff;
  padding: 0;
  border: 1px solid #e7e7e7;
  border-width: 1px 1px 0;
  font-size: 77%;
}
#filters ul ul {
  font-size: 100%;
  display: none;
}
#filters li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
#filters li.even {
  background: url(/images/home/filters.png) 0 0 repeat-x;
}
#filters li div {
  margin: 0 4px 3px;
}
#filters li ul {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#filters label {
  display: block;
  cursor: pointer;
  padding: 7px 5px;
  font-weight: bold;
  font-size: 12px;
  color: #373737;
}
#filters li div {
  font-weight: normal;
  font-size: 10px;
}

.sidebar .quick_tip {
  position: relative;
}
.sidebar .quick_tip .top {
  background: url(/images/home/rounded_box.png) 0 0 no-repeat;
  height: 8px;
}
.sidebar .quick_tip .inner {
  background: url(/images/home/rounded_box.png) -317px 0 repeat-y;
  margin: 0;
  padding: 5px 10px;
}
.rounded_bottom {
  text-align: center;
}
.rounded_bottom input {
  margin-top: 1em;
}
.sidebar .quick_tip .bottom {
  background: url(/images/home/rounded_box.png) 0 -8px no-repeat;
  height: 8px;
}
.sidebar .quick_tip * {
  margin-bottom: 0;
}
.sidebar .quick_tip h2 {
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 93%;
  color: #999;
      font-style: normal;
  text-transform: uppercase;
}
.sidebar .quick_tip p {
  line-height: 1.2;
}
.quick_tip .more_tips {
  position: absolute;
  text-transform: lowercase;
  right: 10px;
  top: 1em;
  font-size: 77%;
  color: #165abf;
}

.sidebar {
  float: left;
  width: 317px;
}
.sidebar > div {
  background: #fff;
  margin-bottom: 12px;
}
.sidebar .inner {
  padding: 7px 10px;
}
.sidebar h2 {
  margin: 0;
  padding: 0;
  color: #165abf;
  font-style: oblique;
  font-size: 123.1%;
}
.sidebar a {
  color: inherit;
}
.sidebar a:hover {
  color: #175BC0;
}

#trending {
  border: 1px solid #e7e7e7;
}
#trending li img {
  margin-left: .3em;
}
#trending ul {
  margin-top: 1em;
  margin-bottom: .5em;
  overflow: hidden;
}
#trending ul.col_1 {
  float: left;
  width: 43%;
}
#trending ul.col_2 {
  float: right;
  width: 43%;
}
#trending li {
  margin: .5em 0;
  clear: both;
}

#today {
  border: 1px solid #e7e7e7;
}
#today h2 {
  margin-bottom: 14px;
}
#today h2 #date {
  color: #666;
  font-size: 77%;
  font-weight: normal;
}
#today #article {
  overflow: hidden;
  margin-bottom: 5px;
}
#today #article .daily_coins {
  margin-bottom: 7px;
}
#today #article .coins {
  font-size: 93%;
}
#today #article .article_text {
  margin: 4px;
  display: none;
}
#today #article .article_text h3 {
  font-size: 123.1%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 7px;
  clear: left;
}
#today #article .article_text h3 a {
  color: #175BC0;
}
#today #article .article_text p {
  margin-top: 0;
  margin-bottom: 1em;
}
#today #article .article_text a.img {
  float: left;
  border: 1px solid #ccc;
  margin: 0 1em 1em 0;
}
#today #article .article_text.current { display: block; }
#today #excerpts_wrapper {
  height: 99px;
  overflow: hidden;
  position: relative;
}
#today #excerpts {
  margin: 0;
  padding: 0;
/*  height: 81px;*/
  position: absolute;
  left: 0;
  top: 0;
}
#today #excerpts li {
  list-style: none;
  width: 105px;
  float: left;
  font-size: 77%;
  text-align: center;
  padding: 0;
/*  background: url(/images/home/today.jpg) repeat-x;*/
  height: 81px;
  line-height: 1.3;
  margin-bottom: 21px;
}
#today #excerpts li a {
  background: url(/images/home/today.jpg) 0 0 no-repeat;
  display: block;
  height: 81px;
  padding: 7px 6px 0;
  margin-top: 11px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  color: #175BC0;
}
#today #excerpts li a img {
  padding: 2px;
  border: 1px solid #c4cdd6;
  background: #fff;
  display: block;
  margin: 0 8px 4px;
}
#today #excerpts li a:hover {
/*  background: url(/images/today-hover.png) 0 -8px no-repeat;*/
  color: #ffffff;
  text-decoration: none;
}
#today #excerpts li a:hover .pointer {
  width: 100%;
  height: 11px;
  background: url(/images/home/today.jpg) 0 -99px no-repeat;
  position: absolute;
  left: 0;
  top: -11px;
  z-index: 1;
}
#today #excerpts li a.current {
  background: url(/images/home/today.jpg) 0 -99px no-repeat;
  color: #ffffff;
  text-decoration: none;
}
#today #excerpts li a.current .pointer {
  width: 100%;
  height: 11px;
  background: url(/images/home/today.jpg) 0 -88px no-repeat;
  position: absolute;
  left: 0;
  top: -11px;
  z-index: 1;
}
#today .pages {
  padding: 15px 10px 6px;
}
#today .pages .current {
  float: left;
}
#today .pages .arrows {
  float: right;
}
#today .pages .arrows a {
  display: inline-block;
  background: url(/images/home/page_arrows.png) no-repeat;
  width: 19px;
  height: 17px;
}
#today .pages a.next {
  background-position: right 0;
}
#today .pages .arrows a.prev.disabled {
  background-position: left -17px;
}
#today .pages .arrows a.next.disabled {
  background-position: right -17px;
}

#best_of {
  border: 1px solid #e7e7e7;
}
.best_of {
  float: left;
  width: 135px;
}
.best_of ol {
  padding-left: 18px;
}
.best_of li {
  clear: both;
}
.best_of.odd {
  border-right: 1px dotted #d6d6d6;
  padding-right: 10px;
}
.best_of.even {
  padding-left: 10px;
  margin-left: -1px;
  border-left: 1px dotted #d6d6d6;
}

.access {
  position: absolute;
  left: -1000em;
}
.clear {
  clear: both;
}
span.trend {
  white-space: nowrap;
  float: right;
}
img.coins {
  margin-bottom: -5px;
}
a { outline: none; }
a.read_more {
  white-space: nowrap;
  color: #175bc0;
  font-size: 11px;
}
.page .top {
  background: url(/images/body_rounded_corners.png) no-repeat;
  height: 17px;
}
.page .bottom {
  background: url(/images/body_rounded_corners.png) 0 bottom no-repeat;
  height: 17px;
}

#what_is_webbchange.inner {
  margin: .5em 2em;
  color: #333333;
}
#what_is_webbchange h1 {
  color: #000;
  font-size: 36px;
  margin-top: -1.5em;
}
#what_is_webbchange h2 {
  font-size: 18px;
  color: #3366be;
}
#circle {
  width: 658px;
  height: 606px;
  background: url(/images/webbchange_circle.png) no-repeat;
  margin: 0 auto;
  position: relative;
}
#circle div {
  width: 310px;
  text-align: center;
  position: absolute;
  left: 173px;
}
#circle a {
  position: absolute;
  width: 155px;
  height: 155px;
  cursor: pointer;
}
#circle #find_link {
  left: 240px;
  top: 10px;
}
#circle #find_text {
  top: 220px;
}
#circle #share_link {
  right: 10px;
  bottom: 103px;
}
#circle #share_text {
  top: 310px;
}
#circle #value_link {
  left: 10px;
  bottom: 103px;
}
#circle #value_text {
  top: 300px;
}

#page-wrapper {
  margin: 10px 30px;
}
#page-wrapper h1 {
  font-size: 38px;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 0;
}
#page-wrapper * {
  font-size: 14px;
}
#page-wrapper p, #page-wrapper li {
  color: #333333;
}
#page-content {
  width: 670px;
  float: right;
}
#page-content ol {
  margin-left: 2em;
}
#page-content ul.no-bullet {
  margin-left: 0;
  padding-left: 0;
}
#page-content ul.no-bullet li {
  list-style: none;
}
#page-content li {
  margin-bottom: 1em;
}
#page-content .action_buttons, .landing #content .action_buttons {
  margin-left: 0;
  padding-left: 0;
}
#page-content .action_buttons li, .landing #content .action_buttons li {
  float: left;
/*  display: inline-block;*/
  background: none;
  list-style: none;
}
#page-content .action_buttons li a, .landing #content .action_buttons li a {
  background: url(/images/buttons.png);
  background-position: -20px -13px;
  background-repeat: no-repeat;
  height: 51px;
  margin-right: 1em;
  margin-left: 0;
  padding-left: 0;
  display: block;
  cursor: pointer;
}
#page-content .action_buttons li.account a, .landing #content .action_buttons li.account a {
  width: 194px;
}
#page-content .action_buttons li.account a:hover, .landing #content .action_buttons li.account a:hover {
  background-position: -20px -85px;
}
#page-content .action_buttons li.explore a, .landing #content .action_buttons li.explore a {
  background-position: -216px -13px;
  width: 190px;
}
#page-content .action_buttons li.explore a:hover, .landing #content .action_buttons li.explore a:hover {
  background-position: -216px -85px;
}
#page-content .action_buttons li.learn_more a, .landing #content .action_buttons li.learn_more a {
  background-position: -407px -13px;
  width: 193px;
}
#page-content .action_buttons li.learn_more a:hover, .landing #content .action_buttons li.learn_more a:hover {
  background-position: -407px -85px;
}
#page-sidebar {
  width: 188px;
  float: left;
}
#page-wrapper #page-sidebar h2 {
  margin-bottom: 0;
  padding: 0;
}
#page-wrapper #page-sidebar ul {
  margin-top: .25em;
}
.access {
  position: absolute;
  left: -1000em;
}

body.landing {
  margin: 0;
  padding: 0;
}
body.landing #content {
  background: #93aff6 url(/images/bg-landing.jpg) center center repeat-x;
  position: relative;
  width: 100%;
  text-align: center;
}
body.landing #content-inner {
  width: 833px;
  height: 507px;
  position: absolute;
  left: 50%;
  margin-left: -416px;
  top: 50%;
  margin-top: -280px;
}
body.landing #content-inner .copyright {
  position: absolute;
  bottom: -20px;
  left: 20px;
  color: #fff;
  font: 12px arial, verdana, sans-serif;
}
body.landing .action_buttons {
  position: absolute;
  bottom: 55px;
  left: 100px;
}

.float-right {
  float: right;
}

#page-content .embedr {
  margin: 0 auto;
}