.profile_pic_div .h5_label {
	float: right;
}
.profile_pic_div .h5_value {
	float: left;
}
.profile_detail h3 {
	color: #ffba00;
}
.h5_label {
	color: #ffba00;	
}
.h5_value {
	color: white;	
}
#views_icon {
	width: 23px;
	height: 23px;
}
.btn-boost-wrap .rank-info {
    font-family: sans-serif;
    display: inline-block;
    background: #ffba00;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    padding: 7px 8px;
    line-height: 1em;
    z-index: 1;
    border-radius: 5px 0 0 5px;
    min-width: 60px;
}
.btn-boost-wrap .rank-no {
    font-size: 20px;
    color: #FFF;
  	margin-top: 3px; 
}
.btn-boost-wrap .rank-title {
    font-size: 10px;
    color: rgba(255,255,255,.8);
    line-height: 1em;
    text-transform: lowercase;
    padding-top: 1px;
    min-width: 40px;
}
.btn-boost {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    color: #ffba00;
    display: inline-block;
    line-height: 2em;
    position: relative;
    width: 55%;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    padding-left: 40px;
    font-weight: bold;
}
#save-shorturl-msg {
	line-height: 35px;
}
#btn-boost-like {
    cursor: pointer;
}