﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
textarea {
    max-width: 100%;
}

.label-info {
    background-color: #5bc0de;
}

.list-group {
    max-height: 240px;
    margin-bottom: 16px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

button[type="button"].btn.dropdown-toggle.btn-outline-secondary {
    /*max-width: 14em;*/
}


#datatable {
    font-size: .85em;
}

#datatable tbody td a {
    font-size: 1em;
}

#dataTable {
    font-size: 1em;
}

#dataTable tbody td a {
    font-size: 1em;
}


/*
#simple-table {
    font-size: .8em;    
}

#simple-table tbody td a {
    font-size: .9em;    
}
*/