/* assets/css/bcm-branch-detail.css */
.ping-log-table tr.bcm-day-label td {
    background-color: #f0f0f0;
    font-weight: bold;
    padding: 6px 10px;
    border-top: 2px solid #999;
}
.ping-history{
	margin-top:30px;
}
.ping-history h3 a {    
    padding:3px 16px 3px 16px;
    font-size: 1.2rem;
    width: 160px;
    text-align: center;
    border-radius: 5px;
    background: #888;
    color: white;
}
.ping-history h3 a:hover{
	background:navy;
}
.ping-log-table{
	border:1px solid ccc;
}
tr.ping-missing.ping-offline{
	background:pink;
}
tr.ping-fail{
	background:yellow;
}
.entry-body form{
	padding-left:10px}
.entry-body button {
    white-space: nowrap;
    padding: 11px 8px 10px;
    border-radius: 4px;
    position: relative;
    top: -4px;
}