.container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: center;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #ffcebd;
    font-size: 16px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #373737;
    background-color: #ffcebd;
    border-color: #ffcebd;
	border-width: medium;
}

.hostname-button {
	width: 130px;
	height: 35px;
}

.task-btn {
    width: 100px;
    height: 75px;
    border-color: white;

}
.vehicle-btn {
    width: 70px;

    height: 75px;

    border-color: white;
}

.vehicle-bttn.arrived {
    background-color: #76ff61; !important;

}