/*
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 : 24-09-2018, 14:47:59
    Author     : felipe mackay
*/

.btn-circle-separator {
  margin-bottom: 2px;
  margin-top: 2px;
  margin-left: 1px;
  margin-right: 1px;
}
.btn-circle {
  width: 40px;
  height: 40px;
  padding: 8px 0;
  border-radius: 21px;
  text-align: center;
  font-size: 18px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}