/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background-color: #bdbdbd !important;
    padding-top: 50px;
    padding-bottom: 20px;
}

.card {
    border-color: grey !important;
    border-radius: 0.5rem !important;
}

    
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.table > tbody > tr > td {
    vertical-align: middle;
}
