.sp-manual-auto-render-decision-div-class {
    margin:0;
	padding:0;
	margin-bottom:20px;
}

.sp-manual-render-decision-class {
	margin:0;
	padding:0;
	padding-right:0px;
    text-align: center;
    color:white;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    
    background-color: rgb(23, 20, 230);
    border-color: rgb(124, 121, 121);
}

.sp-manual-render-decision-class:hover{
    color: white;
    background-color: rgb(66, 63, 235);
    border-color: rgb(124, 121, 121);
}


.sp-auto-render-decision-class {
	margin:0;
	padding:0;
	padding-left:0px;
    text-align: center;
    color:black;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    
    background-color: rgb(241, 241, 241);
    border-color: rgb(153, 151, 151);
}

.sp-auto-render-decision-class:hover{
    color: black;
    background-color: rgb(228, 228, 228);
    border-color: rgb(124, 121, 121);
}



.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}




@media screen and (min-width: 200px) {


}

@media screen and (min-width: 325px) {

}

@media screen and (min-width: 450px) {


}

@media screen and (min-width: 480px) {


}

@media screen and (min-width: 540px) {
	

}


@media screen and (min-width: 568px) {
 

}


@media screen and (min-width: 620px) {



}

@media screen and (min-width: 670px) {



}