/* Add here all your CSS customizations */

.box {
	position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box-info{
	border-top-color: #00c0ef;
}

.box-danger {
    border-top-color: #dd4b39;
}