/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS file within this directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
* Using FontAwesome v4; https://fontawesome.com/v4/
*
*
*/

body {
    padding-top: 60px;
}

#main-container {
    padding-right: 0;
    padding-left: 0;
}

#main-container .container {
    margin-top: 15px;
}

#main-container .container .card {
    margin-bottom: 15px;
    scroll-margin-top: 60px;
}


.table td.fit, 
.table th.fit {
   white-space: nowrap;
   width: 1%;
}

