﻿.btn-circle1 {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  line-height: 2.00;
  border-radius: 30px;
}

select {
max-width:280px;
}
.btn-circle{
display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    margin: 0 auto;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #464646;
    box-shadow: 0 0 3px gray;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;

}

.panel-default > .panel-heading 
{
    background-color:#ffebe6;
      /*background-color:#c9bfb5;*/
}
.panel-default >.panel-body 
{
    /*background-color:rgba(252, 252, 252, 1);*/
        background-color:#ffffff;
}