.page-content {
    padding: 30px 15px;
}

h1 {
    font-size: 20px;
}

table ul .list-group-item {
    border: none;
}

.thead-dark th a {
    color: white;
}
.sc-form input {
    min-width: 130px;
}
.sc-form select {
    min-width: 130px;
}
.select2-container {
    width: 100% !important;
}

/* schedule */
.schedule-table th,
.schedule-table td {
    padding: 0.5rem 0.3rem !important;
}
.schedule-table .btn-secondary {
    display: block !important;
    max-width: 150px !important;
    margin: 5px 0 !important;
    float: none !important;
}

/* monitor */
.monitor-table th,
.monitor-table td {
    padding: 0.5rem 0.3rem !important;
}

.monitor-table tr .cel-content {
	white-space: pre-wrap;
	max-width: 340px;
}

@media (max-width: 450px) {
    .sc-form input {
        max-width: 180px;
    }
    .sc-form select {
        max-width: 180px;
    }
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
