/* .vsf-tab{margin: 10px 0px;display: flex;} */
.vsf-tab span, 
.vsf-tab > a {
    padding: 3px 5px;
    font-size: 13px;
    background-color: #FF3565;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;  
    float: left;
    margin: 3px;
    cursor: pointer;
}

.aff-link{
	padding: 5px; 
	width: 100%; 
	text-align: center;
}

/* Create two equal columns that floats next to each other */
.column-vsf {
  float: left;
}

.column-vsf-left{
	width: 100%;
}

.column-vsf-right{
	width: 100%;
}

.column-vsf-right .vsf-tab{
	float: right;
}

/* Clear floats after the columns */
.row-vsf:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 640px) {
	.vsf-tab > a{
		padding: 3px 5px;
	}
	.column-vsf-right .vsf-tab a{
		width: 100%;
	}
	.column-vsf-left, .column-vsf-right{
		width: 100%;
	}

}