#content {
	position: relative;
	z-index: 2;
}

#region-sidebar-right {
	position: relative;
	z-index: 5;
}



.block {
	margin: 0 0 15px;
	clear: left;
}

.panel-pane {
	position: relative;
	clear: left;
	margin-bottom: 15px;
}

.panel-pane .panel-pane {
	margin-bottom: 0;
}

#content .panel-pane hr {
	margin: 15px 0;
}

.block .content {
	clear: left;
}

.block ul {
	padding-left: 0;
	margin: 10px 0;
}

.block .controls {
	color: #dd5928;
	font-size: .818em;
	text-transform: uppercase;
	position: absolute;
	font-weight: normal;
	top: 0;
	right: 10px;
}

.block .controls li {
	margin: 0 0 0 6px;
}

.block .controls a {
	color: #dd5928;
	text-decoration: underline;
	font-weight: normal;
}

.panel-pane h2.pane-title em, 
.block h3.subject em {
	display: block;
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.block span.form-required,
.panel-pane span.form-required {
	display: none;
}

.panel-pane label {
	font-weight: normal;
	font-size: 1em;
	color: #069;
}

.panel-pane h2.pane-title .more,
.panel-pane h3.block-subject .more {
	margin-left: 4px;
	font-size: 12px;
	font-weight: 600;
}


#region-sidebar-left h3 {
	color: #8e8e8e;
	font-size: 13px;
	font-weight: 600;
	text-shadow: 0 1px 1px #fff;
}


#region-sidebar-left h3 a {
	color: #8e8e8e;
}

#region-sidebar-right-outside h3 {
	font-size: 1.182em;
	float: none;
}

#region-sidebar-right-outside div.block {
	margin-bottom: 15px;
}


.block strong.label,
.block .field-label {
	font-weight: normal;
	color: #202020;
	font-size: 12px;
}



/** =====================================================
-
- PLAIN STYLE
----------------------------------------------------- **/

.block-plain th {
	padding: 0;
	background: transparent;
}

.block-plain table.views-table {
	border-top: 1px solid #ddd;
}

.block-plain tr.odd, .block-plain tr.even {
	background: transparent;
	border: 0;
}

.block-plain td {
	padding: 4px 10px 4px 0;
}

.block-plain-title h3,
.block-plain-title h2 {
	font-size: 1.636em;
	line-height: 1.15em;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	color: #ec5e08;
	margin: 0;
	padding: 0 30px 0 22px;
	text-align: center;
}

.block-plain-title .content {
	margin: 10px 30px 0;
	padding: 10px 0 0;
	background: url(../images/block/block-hr.png) 50% 0 no-repeat;
}

.block-plain-title .content img {
	display: block;
	margin: 0 auto;
}

.block-plain-border {
	border: 2px solid #F3F4EF;
	margin: 5px 0;
	padding: 10px;
}

.block-plain-border h3,
.block-plain-border h2 {
	color: #DE6020;
	font-size:1.272em;
	font-weight: bold;
	margin: 0 0 5px;
	text-transform:capitalize;
}

.container_16 .block-plain-border .grid_6 {
	width: 320px;
}

.block-plain-border-title {
	margin-bottom: 20px;
}

.block-plain-border .view-kart-items .node-teaser {
	background: url(../images/hr-mini.png) 0 0 no-repeat;
	padding: 15px 0 0;
	margin: 10px 0 5px;
}


.block-plain-border .views-pager {
	padding: 15px 0 0;
	background: none;
	clear: both;
}

.block-plain-border .views-pager .item-list {
	background: none;
}

.block-plain-border .views-pager ul.pager {
	background: none;
}


#region-sidebar-right h3.block-subject,
#region-content-right #block-kartables-kartables_mini_share_bar_kart h2 {
	margin: 0 0 5px;
	color: #715541;
  font: bold 10px "Trebuchet MS", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  padding: 3px 10px;
  background-color: #e8dacc;
}

#region-sidebar-right .block {
	position: relative;
}

#region-sidebar-right-wide .block-plain-right {
	margin-left: 50px;
}

#region-sidebar-right-wide .kart-item-mini {
	background: none;
}

#region-sidebar-right-wide .block-plain-right h3.block-subject {
	font-size: 1.545em;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
}

.block-plain-border-big-title {
	margin: 20px 0;
	position: relative;
}

.block-plain-border-big-title h3.block-subject,
.block-plain-border-big-title h2.block-subject {
	font-size: 1.545em;
	padding-bottom: 4px;
	margin: 0 0 15px;
	border-bottom: 1px solid #eee;
}

.block-plain-border-big-title div.views-tiny-pager {
	right: 0;
	top: 2px;
}

.block-plain-border-big-title .views-row {
	margin-bottom: 20px;
}

.block-plain-border-big-title .views-row h4 {
	font-size: 1.272em;
	margin-bottom: 5px;
	color: #444;
}

.block-plain-border-big-title .views-row p {
	margin-top: 0;
}


.block-plain-orange-title h3.block-subject,
.block-plain-orange-title h2.block-subject,
#region-content-suffix .block-plain-orange-title h2.block-subject,
#region-sidebar-left .block-plain-orange-title h3.block-subject {
	color: #E85C08;
	font-size: 1.181em;
	margin: 12px 0 6px;
	border: 0;
	padding: 0;
}


.block-plain-grey-bg {
	background-color: #eee;
	padding: 8px;
}

/** -----------------------------------------------------
-
- / PLAIN STYLE
===================================================== **/





/** =====================================================
-
- PANE TOP GRADIENT
----------------------------------------------------- **/

.pane-top-gradient, #mini-panel-prelogin_bottom, #mini-panel-recipe_bottom {
	background: url(../images/sep-hor.png) 0 0 repeat-x;
	margin-top: 10px;
}

/** -----------------------------------------------------
-
- / PANE TOP GRADIENT
===================================================== **/






/** =====================================================
-
- HIGHLIGHT
----------------------------------------------------- **/

.block-highlight {
	border: 1px solid #ddd;
	background: #eee url(../images/box-highlight-bg.png) 0 0 repeat-x;
	position: relative;
}

.block-highlight h3.block-subject,
.block-highlight h2.block-subject,
#region-content-suffix .block-highlight h2.block-subject {
	padding: 6px 10px 10px;
	color: #E85C08;
	font-size: 1.363em;
	margin: 0;
	border: 0;
}

.block-highlight-black {
	margin: 10px 0;
}

.block-highlight-black h3.block-subject,
.block-highlight-black h2.block-subject,
#region-content-suffix .block-highlight-black h2.block-subject {
	font-size: 1.181em;
	padding: 8px 8px 0;
	margin: 0;
	border: 0;
	color: #000;
}

.block-highlight form {
	padding: 0 8px 8px;
}

.block-highlight input.form-text {
	width: 97%;
}

/** -----------------------------------------------------
-
- / HIGHLIGHT
===================================================== **/





/** =====================================================
-
- TOPICS
----------------------------------------------------- **/

.block-topics {
	margin: 25px 0 20px;
}

.block-topics div.item-list ul {
	padding: 0;
}

.block-topics div.item-list ul li {
	margin: 0 0 2px;
	padding: 0;
	font-size: 12px;
	line-height: 13px;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
}

.block-topics div.item-list ul a {
	color: #396ad9;
}

.block-topics h3.block-subject,
#region-sidebar-right .block-topics h3.block-subject,
.block-topics h2.block-subject {
	padding: 0;
	color: #313131;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: 0;
}


/** -----------------------------------------------------
-
- / TOPICS
===================================================== **/



/** =====================================================
-
- GREEN POPUP
----------------------------------------------------- **/

div.block-green-popup {
  padding-top: 16px;
  width: 246px;
  background: transparent url(../images/v3/help-popup/green-popup-top.png) 0 0 no-repeat;
  position: relative;
	margin-left: -10px;
}

div.block-green-popup  div.block-wrapper {
  padding-bottom: 29px;
  background: transparent url(../images/v3/help-popup/green-popup-bot.png) 0 100% no-repeat;
}

div.block-green-popup  div.block-bottom-wrapper {
  padding: 0 10px 10px 20px;
  background: transparent url(../images/v3/help-popup/green-popup-bg.png) 0 0 repeat-y;
  min-height: 40px;
  color: #3D520B;
}

div.block-green-popup span.bg-image {
  top: 20px;
  right: -12px;
  width: 12px;
  height: 40px;
  background: transparent url(../images/v3/help-popup/green-popup-arrow.png) 0 0 no-repeat;
}

div.block-green-popup a {
	color: #133788;
	text-decoration: underline;
}

#region-sidebar-left div.block-green-popup h3 {
	font-size: 15px;
	color: #59790b;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #749913;
}


/** -----------------------------------------------------
-
- / GREEN POPUP
===================================================== **/



/** =====================================================
-
- GREEN ROUNDED
----------------------------------------------------- **/

div.block-green-rounded .content {
  padding-top: 8px;
  width: 326px;
  background: transparent url(../images/v3/block/b-rounded-green-top.png) 0 0 no-repeat;
}

div.block-green-rounded  div.content-bottom {
  padding-bottom: 7px;
  background: transparent url(../images/v3/block/b-rounded-green-bottom.png) 0 100% no-repeat;
}

div.block-green-rounded  div.content-wrapper {
  padding: 5px 10px;
  background: transparent url(../images/v3/block/b-rounded-ground-bg.png) 0 0 repeat-y;
}


div.block-green-rounded-small .content {
  padding: 8px;
  background-color: #f4fadf;
	border: 1px solid #dfe6ea;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/** -----------------------------------------------------
-
- / GREEN ROUNDED
===================================================== **/


/** =====================================================
-
- INDIVIDUAL BLOCKS
----------------------------------------------------- **/

.block-watched-karts {
	margin-top: -8px;
}




.block .user-summary {
	float: left;
	width: 100%;
	padding-bottom: 6px;
	padding-top: 2px;
}

.block .user-welcome {
	margin: 4px 0 0 55px;
	color: #333;
	padding: 0;
	font-size: 11px;
}


.block .user-stats em,
.kart-stats em,
.user-mini-stats .stat em {
	font-style: normal;
}

.block-green-popup .user-welcome strong {
	font-size: 16px;
	color: #3d520b;
}

.block-green-popup .user-welcome {
	margin-left: 55px;
	color: #59790b;
	font-size: 11px;
}

.block .user-welcome div {
	margin: 4px 0 0;
}

.block .user-welcome div em {
	font-style: normal;
}

#block-kart-kart_user_stats div.picture img {
	width: 35px;
	height: 35px;
	border: 0;
}

.block .profile-fields {
	clear: left;
	margin: 5px 0 0;
	float: left;
	width: 100%;
	line-height: 1.2em;
}

.block .profile-field {
 margin-bottom: 3px;
}

.block .kart-user-stats-wrapper {
	margin-top: 2px;
	clear: left;
	float: left;
	width : 100%;
}

.block ul.kart-user-stats {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
	float: left;
	width : 100%;
}

.block ul.kart-user-stats li {
	float: left;
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0;
	line-height: 1.75em;
	font-size: .909em;
}

.block .kart-user-stats .stat,
.block .kart-user-stats .stat a,
.block .kart-user-stats .stat a.active,
div.block-green-popup .kart-user-stats a {
	text-decoration: none;
}

.block .kart-user-stats a:hover {
	text-decoration: none;
}

.block .user-welcome {
	line-height: 1.25em;
}

.block .kart-user-stats .stat em {
	font-style: normal;
	font-weight: bold;
	display: block;
	font-size: 14px;
	color: #3d520b;
}


.prelogin-use-block img {
	display: block;
	margin: 20px 0 0 10px;
}

#mini-panel-prelogin_top .block-plain-title {
	margin-top: 20px;
}

#prelogin-members-use {
	margin: 20px 0 0 20px;
}


#block-kart-kart_dropbox {
	position: relative;
	margin-top: 0;
}

.block .user-profile {
	margin-bottom: 10px;
	float: left;
}

.block .user-profile div.picture {
	width: 60px;
	height: 65px;
	margin-right: 6px;
}

.block .user-profile div.picture img {
	border: 1px solid #d2d2d2;
	padding: 0;
	width: 60px;
	height: 65px;
}

.block .user-profile .user-links {
	float: left;
	width: 104px;
}

.block .user-profile .user-name {
	color: #000;
	font-weight: 700;
	font-size: 14px;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
}


.block .user-profile .item-list li a {
	color: #eb5e0a;
	font-weight: 600;
}

.block .user-profile .item-list li {
	margin:  0 0 2px;
	color: #eb5e0a;
	font-weight: 600;
	float: left;
	text-transform: lowercase;
}

.block .user-profile .profile-fields {
	font-size: 10px;
}

.block .user-profile .profile-fields strong {
	float: left;
	width: 30px;
}

.block .user-profile .profile-fields span {
	display: block;
	margin-left: 30px;
}

.block .user-profile .profile-fields form strong {
	padding-top: 6px;
}

.block .user-profile .profile-fields form .profile-field {
	clear: left;
	float: left;
}

.block .user-profile .profile-fields div.form-item {
	margin: 0 0 0 30px;
}

.block .user-profile .profile-fields textarea {
	height: 40px;
	width: 132px;
}

.block .user-profile .profile-fields input.form-text {
	width: 132px;
}

.block .user-profile .profile-fields div.inlinefield-replace {
	float: left;
}

.block .user-profile .profile-fields div.inlinefield-replace {

}

.block .user-profile .profile-fields div.form-item span,
.block .user-profile .profile-fields div.inlinefield-replace span {
	display: inline;
	margin: 0;
}


.block .user-profile .profile-fields div.form-item span.inline-replace-control,
.block .user-profile .profile-fields div.inlinefield-replace span.inline-replace-control {
	display: inline-block;
	margin-left: 8px;
}


.block-light-rounded {
	background: url(../images/v3/block/b-light-top.png) 0 0 no-repeat;
	padding: 5px 0 0;
	width: 186px;
}

.block-light-rounded .block-wrapper {
	background: url(../images/v3/block/b-light-bottom.png) 0 100% no-repeat;
	padding: 0 0 5px;
	width: 186px;
}

.block-light-rounded .block-content {
	background: url(../images/v3/block/b-light-bg.png) 0 0 repeat-y;
	padding: 3px 8px;
	width: 170px;
}

.block-light-rounded a {
	color: #3192d4;
}



.title-username h1,
.kartme-follow-title-block h1 {
	color: #a1c812;
	border: 0;
	float: left;
	margin: 0 12px 0 0;
	font-size: 25px;
}

.kartme-follow-title-block h1 {
	margin-top: 3px;
	margin-bottom: 15px;
}

.title-username .kartme-friend-toggle-off {
	display: none !important;
}

.title-username .kartme-friend-toggle-on,
.kartme-follow-title-block a.kartme-follow-link {
	text-indent: -9999px;
	float: left;
	width: 89px;
	height: 34px;
	background: url(../images/v3/buttons/btn-follow.png) 0 0 no-repeat;
}




#region-content-right #block-kartables-kartables_mini_share_bar_kart {
	padding-left: 20px;
}

.kart-compliments {
	width: 200px;
}

#region-sidebar-right #block-kart-kart_compliments h3.block-subject {
	margin-bottom: 10px;
}

.kart-compliments div.item-list ul li {
	float: left;
	margin: 0 2px 0 0;
}

.kart-compliments div.item-list ul li .link-button .link-button-wrapper {
	float: left;
}

.kart-compliments .flag-count {
	margin: 2px 2px 0 -2px;
	color: #1e49ab;
	font-size: 10px;
	float: left;
}

.kart-compliments a.unflag-action {
	font-weight: bold;
	color: #093394;
}

#region-sidebar-left .kart-compliments div.item-list h3 {
	font-size: 10px;
	color: #45535C;
	font-weight: normal;
}

#region-sidebar-left .kart-compliments div.item-list {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

/** -----------------------------------------------------
-
- / INDIVIDUAL BLOCKS
===================================================== **/



/** =====================================================
-
- TITLES IMG REPLACEMENT
- @todo sprites
----------------------------------------------------- **/


/** -----------------------------------------------------
-
- / TITLES IMG REPLACEMENT
===================================================== **/





/** =====================================================
-
- FORMS
----------------------------------------------------- **/





.form-block-content {
	padding: 10px 20px 50px 20px;
	margin: 0 0 0 -2px;
	background: url(../images/block/form-bg.png) no-repeat;
}

.form-block-content  h3 {
	font-size: 22px;
	font-weight: normal;
}


.form-block-content .content {
	padding: 0;
}

.form-block-content .content fieldset {
	margin: 0;
	background-color: transparent;
	border: 0;
}

.form-block-content .content fieldset #edit-status-wrapper {
	float: right;
	margin: 0;
}

.form-block-content .content .form-item {
	margin: 0;
}

.form-block-content .content fieldset .description {
  	margin: 7px 0;
	font: "Courier New", Courier, serif;
	color:  #333;
}


/** -----------------------------------------------------
-
- / FORMS
===================================================== **/




/** =====================================================
-
- NAVIGATION
----------------------------------------------------- **/

.block-menu {
  margin: 0 0 20px;
}

.block-menu ul, .block-menu ul li,
.block-menu div.item-list ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

.block-menu ul.menu li,
li.leaf {
  background: transparent;
  list-style: none;
  list-style-image: none;
}

.block-menu ul li a {
  display: block;
  font: normal 12px/15px "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #129c23;
  padding: 5px 10px;
  border-bottom: 1px solid #b2d9b1;
}

.block-menu ul li a.active,
.block-menu ul li.active-trail a {
  color: #3c281a;
  font-weight: 600;
}


/** -----------------------------------------------------
-
- / NAVIGATION
===================================================== **/


/** =====================================================
-
- KARTABLES SHARE BAR
----------------------------------------------------- **/

.item-list ul.kartables-share-bar, .item-list ul.kartables-share-bar li,
.item-list ul.kartables-mini-share-bar, .item-list ul.kartables-mini-share-bar li {
  list-style: none;
  padding: 0;
  margin: 0;
  float:left;
}

.item-list ul.kartables-share-bar {
  background: url(../images/v3/block/share-bar.png) 0 0 no-repeat;
  width: 480px;
  height: 82px;
  padding: 0 5px;
}

.item-list ul.kartables-mini-share-bar {
  background: url(../images/v3/icons/add-favorite-sprite.png) 0 0 no-repeat;
  width: 174px;
  height: 36px;
}

.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar {
	width: auto;
	height: 90px;
	background: transparent;
}


.item-list ul.kartables-share-bar li a,
.item-list ul.kartables-mini-share-bar li a {
  float: left;
  width: 43px;
  height: 36px;
  text-indent: -9999px;
}

.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a {
	text-indent: 0;
	text-align: center;
	height: 75px;
	width: 95px;
	background: none;
	padding: 0 6px;
	color: #333;
	font-size: 12px;
}

.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a span {
	display: block;
	height: 35px;
	width: 40px;
	margin: 5px auto;
	background: url(../images/v3/icons/add-favorite-sprite.png) 0 0 no-repeat;
}


.item-list ul.kartables-mini-share-bar li a:hover,
.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a:hover span {
	background: url(../images/v3/icons/add-favorite-sprite.png) 0 -39px no-repeat;
}

.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a:hover {
	background: none;
}


.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.kartme-groups-add-list {
	width: 120px;
}

.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.kartme-groups-add-list span {
	width: 120px;
	height: 55px;
	margin: 0 auto;
}

.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.kartme-groups-add-list span {
	background-image: url(../images/v3/icons/icn-add-list.png);
}

.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.kartme-groups-add-list:hover span {
	background-position: 0 0;
}

.item-list ul.kartables-mini-share-bar li a.link-paste:hover { background-position: 0 -39px ;}
.item-list ul.kartables-mini-share-bar li a.link-search:hover { background-position: -43px -39px ;}
.item-list ul.kartables-mini-share-bar li a.link-note:hover { background-position: -86px -39px ;}
.item-list ul.kartables-mini-share-bar li a.link-photo:hover { background-position: -129px -39px ;}

.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.link-paste span { background-position: 0 0 ;}
.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.link-search span { background-position: -44px 0 ;}
.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.link-note span { background-position: -87px 0 ;}
.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.link-photo span { background-position: -132px 0 ;}

.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.link-paste:hover span { background-position: 0 -39px ;}
.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.link-search:hover span { background-position: -44px -39px ;}
.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.link-note:hover span { background-position: -87px -39px ;}
.kartme-groups-add-to-space .item-list ul.kartables-mini-share-bar li a.link-photo:hover span { background-position: -132px -39px ;}

/** -----------------------------------------------------
-
- / KARTABLES SHARE BAR
===================================================== **/


/** =====================================================
-
- SIDEBAR VIEWS GRID
----------------------------------------------------- **/

#region-sidebar-left table.views-view-grid td {
	padding: 0;
}

#region-sidebar-left table.views-view-grid .views-field-picture div.picture img {
	height: 30px;
	width: 30px;
}

#region-sidebar-left table.views-table, #region-sidebar-left table.views-view-grid {
	width: auto;
}


/** -----------------------------------------------------
-
- / SIDEBAR VIEWS GRID
===================================================== **/


/** =====================================================
-
- TITLE TABS
----------------------------------------------------- **/

.block-title-tab .content {
	background: url(../images/v3/catalogs/tab-bar-bg.png) 0 0 repeat-x;
	padding-top: 18px;
	clear: left;
}

.block-title-tab h3.block-subject,
#region-sidebar-right .block-title-tab h3.block-subject,
#content .block-title-tab h3.block-subject  {
	height: 17px;
	width: 104px;
	padding: 5px 0 0 12px;
	float: left;
	margin: 0 0 -9px 6px;
	background: url(../images/v3/catalogs/title-tab-title.png) 0 0 no-repeat;
	font: bold 12px "Myriad Pro", Myriad, Arial, sans-serif;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	color: #b4d75f;
	border: 0;
}


/** -----------------------------------------------------
-
- / TITLE TABS
===================================================== **/


/** =====================================================
-
- OVERRIDES
----------------------------------------------------- **/

.block-paper .block-wrapper .block-wrapper, 
.block-paper-rounded .block-wrapper .block-wrapper, 
.block-paper-rounded .content .content { background: none; }
.block-paper .content .content { background: none; padding: 0;}


.block-rounded-green .view-karts .views-row {
	background: url(../images/block/b-r-green-sep.png) 50% 0 no-repeat !important;
	margin: 10px 0 !important;
}

.block-rounded-green .view-karts .views-field-name, .block-rounded-green .view-karts .views-field-items, .block-rounded-green .view-karts .views-field-all-items {
	color: #069;
	font-size: 1.1em;
	line-height: .75em;
}

.block-rounded-green .view-karts {
	color: #777;
}

.block-rounded-green .view-karts .views-field-watchers {
	color: #60760a;
}

.block-share_services {
	margin-bottom: 30px;
}

/** -----------------------------------------------------
-
- / OVERRIDES
===================================================== **/