.livemarket_subtext hr {
	margin-top: 1.25em;
}
.livemarket_item {
	margin-top: 1em;
	margin-bottom: 1em;
}
.livemarket-more-button-wrapper .livemarket-more-button:link, .livemarket-more-button-wrapper .livemarket-more-button:active, .livemarket-more-button-wrapper .livemarket-more-button:visited {
	color: white;
	text-decoration: none;
	border-radius: 0;
}

.livemarket-more-button:link, .livemarket-more-button:active,
.livemarket-more-button:visited{
	background: #4c70a3;
}
.livemarket-more-button-wrapper .livemarket-more-button:hover {
	background: #2a2a2a
}

.boxed {
  border: 1px solid black ;
	padding-left: 22px ;
	padding-top: 22px ;
	padding-right: 22px ;
	padding-bottom: 22px ;
}

.entry-content h3 a {
	color: #000;
}
.entry-content h3 a:hover {
	text-decoration: none;
}
.livemarket_shortcode_list .livemarket_title {
	margin-bottom: .375em;
}
.livemarket_shortcode_list .livemarket_item {
	margin-bottom: 1.75em;
}
.livemarket_signup_link a:hover {
	text-decoration: underline;
}
.livemarket_signup_link a:visited, .livemarket_signup_link a:active, .livemarket_signup_link a  {
	color: #e64946;
	font-weight: bold;
}
.entry-content .livemarket_signup_link a, .entry-content .livemarket_signup_link a:visited {
	display: inline-block;
	background: #4c70a3;
	padding: .5em 1em;
	color: #fff;
	font-size: 1.5em
}
.entry-content .livemarket_signup_link a:hover, .entry-content .livemarket_signup_link a:active    {
	display: inline-block;
	background: #2a2a2a;
	padding: .5em 1em;
	color: #fff;
}
.livemarket_subtext a:hover, .livemarket_subtext a:visited, .livemarket_subtext a:active, .livemarket_subtext a {
	color: #e64946;
	font-weight: bold;
}
.livemarket_subtext a:hover {
	text-decoration: underline;
}

.button {
    background-color: #3280fc;
    border: none;
    color: white;
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
	  border-radius: 8px;
}
	  
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

