.add-this-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-this {
    flex: 0 0 auto;
    background-color: #e0bd6e;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    color: white !important;
    font-size: 18px;
    margin: 5px 0 0 auto;
    list-style: none
}
.add-this a,
.add-this a:hover {color: #fff;}
.add-this i {
    font-size: 20px;
    margin-right: 5px;
}

.add-this.blue {
    background-color: transparent;
    color: #43a5d1 !important;
}

.add-this.blue i {
    color: #43a5d1;
}

.add-this-panel .back-button {
    color: #43a5d1;
    flex: 0 0 auto;
}

.add-this-panel .back-button i {
    margin-right: 5px;
    font-size: 15px;
}

@media (max-width: 641px) {
    .add-this {
        font-size: 16px;
    }
}
.add-this-blue .add-this {
	background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}
.add-this-blue .add-this a,
.add-this-blue .add-this i {
	color: #43a5d1 !important;
	font-size: 16px;
}
