.index-link-to-related-resources{
            text-align: right;
        }
        .index-link-to-related-resources > a{
            display: inline-block;
        }
		.index-link-to-related-resources.buy .btn{
			background-color: #1d9d74;
			color: #fff;
			text-decoration: none;
		}
		.index-link-to-related-resources.sell .btn{
			background-color: #1a81c4;
			color: #fff;
			text-decoration: none;
		}
		.index-link-to-related-resources.buy i.sell{
			display: none;
		}
		.index-link-to-related-resources.sell i.buy{
			display: none;
		}

.index-link-to-related-resources a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Segoe UI", Tahoma;
}

.index-link-to-related-resources table td{
    vertical-align: middle;
    white-space:nowrap;
    line-height:25px;
    border: 0 none;
}

.index-link-to-related-resources table td > span,
.index-link-to-related-resources table td{
transition: all 0.3s linear;
}

.a-btn-3 td > span{
    display: block;
    height: 100%;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    /*border: 1px solid #5d81ab;*/
}
.a-btn-3 .text{
    border-radius: 6px 0 0 6px;
    text-shadow: 0px 1px 1px rgba(97, 97, 97, 0.3);
    color: #fbfbfb;
    padding-left: 1rem;
    padding-right: 0.5rem;
    border-right: 0 none;
}
.a-btn-3 .slide{
    width:0px;
    text-transform:uppercase;
    overflow:hidden;
    box-shadow: -1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    text-shadow: 0px -1px 1px #363f49;
    color: #fff;
    text-align: center;
}
.a-btn-3 .icon{
    width: 25px;
    border-radius: 0 6px 6px 0;
    border-left: 0 none;
    text-align: center;
}
.a-btn-3.hover .text,
.a-btn-3:hover .text{
    color:#fff;
}
.a-btn-3.hover .slide,
.a-btn-3:hover .slide{
    width: 220px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.a-btn-3:active td > span{
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
}

.index-link-to-related-resources.sell .a-btn-3 .text,
.index-link-to-related-resources.sell .a-btn-3 .icon{
    background: #c41a32;
    background: -webkit-linear-gradient(top, #ea5d6f 0%, #c41a32 100%);
}
.index-link-to-related-resources.sell .a-btn-3 .tdslide,
.index-link-to-related-resources.sell .a-btn-3 .slide{
    background: #a14e5a;
}

.index-link-to-related-resources.buy .a-btn-3 .text,
.index-link-to-related-resources.buy .a-btn-3 .icon{
    background: #4cb85e;
    background: -webkit-linear-gradient(top, #83ce8f 0%, #4cb85e 100%);
}
.index-link-to-related-resources.buy .a-btn-3 .tdslide,
.index-link-to-related-resources.buy .a-btn-3 .slide{
    background: #54825b;
}
.index-link-to-place{
  text-align: right;
}

.index-link-to-place .btn.place {
    background: #c41a32;    
    margin: 1px auto 0.5rem auto;    
    font-weight: bold;
  	font-size: 12px;
    padding: 2px 4px;
    border-radius: 4px;
  	display: inline-block;
}

.index-link-to-place .btn.place > a {
    color: #ffffff;
    text-decoration: none;
}

.index-link-to-place .btn.place > a:hover {
    color: #e3e3e3;
}