@charset "utf-8";

/* CSS Document */
tr td { 
                border-collapse:separate; 
                
            } 
th{
	
	color:white;
	font-size: 16px;
}
th{
	
	padding:15px;
	text-align:center;
}

td{
	padding:10px;
	
}

 .shadow { 

box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.round-button {
    display:block;
    width:50px;
    height:50px;
    line-height:50px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
  
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}
.round-buton:hover {
    background: #262626;
}

.add-new {
        float: right;
height: 30px;
font-weight: bold;
font-size: 12px;
text-shadow: none;
min-width: 100px;
border-radius: 50px;
line-height: 13px;
    }
    .add-new i {
margin-right: 4px;
}
