.btn-core{
    display:inline-block;
    box-sizing: border-box;
    font-size:0.7rem;
    font-weight:normal;
    line-height:30px;
    text-transform: uppercase;
    border:1px solid #a0a0a0;
    color:#303030;
    padding:2px 20px;
    margin-right:7px;
    margin-bottom:7px;
    transition:all 0.2s;
    text-decoration:none;
    background:white;
    min-width:20px;
    border-radius:3px;
    
}

.btn-core:hover{
    transform:scale(1.01);
    color:#303030;
}

.btn-core.wide100{
    width:100%;
    text-align:center;
}


.btn-core.round{
    width:32px;
    padding:0;
    text-align:center;
    font-size:1.1rem;
    line-height:32px;
}

.btn-core.small{
    font-size:10px;
    line-height:12px;
}

.btn-core.mini{
    font-size:0.7rem;
    line-height:0.9rem;
    margin-right:0px;
    margin-left:5px;
    margin-bottom:0px;

}

.btn-core.wide{
    width:100%;
    text-align:center;
}

.btn-core.huge{
    font-size:1.1rem;
    padding:10px 10px;
}

.btn-core.primary{
    background:#2B2F88;
    border:1px solid #2B2F88;
    color:white;
}

.btn-core.primary:hover{
    color:white;
}

.btn-core.primary:hover{
    color:white;
    
}



