/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 18, 2020, 11:12:58 PM
    Author     : Hardcode Technologies
*/


.round-edges-50per{
    border-radius: 50%;
    margin-right:auto;
    margin-left:auto;
    border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
    -webkit-border-top-left-radius: 50% 50%;
    -webkit-border-top-right-radius: 50% 50%;
    -webkit-border-bottom-right-radius: 50% 50%;
    -moz-border-radius: 50%;
    padding: 10px;
    margin: 4px;
}

.round-edges-10px{
    border-radius: 10px;
    margin-right:auto;
    margin-left:auto;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -webkit-border-top-right-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -moz-border-radius: 10px;
    padding: 10px;
    margin: 4px;
}

.round-edges-20px{
    border-radius: 20px;
    margin-right:auto;
    margin-left:auto;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
    -webkit-border-top-left-radius: 20px 20px;
    -webkit-border-top-right-radius: 20px 20px;
    -webkit-border-bottom-right-radius: 20px 20px;
    -moz-border-radius: 20px;
    padding: 10px;
    margin: 4px;
}
