/*
style.css
Title: SIS Imports API - Get Status of all SIS Imports
Author: Nazmus
URL: http://www.easyprogramming.net
Instructure Docs: https://canvas.instructure.com/doc/api/sis_imports.html
Github: https://github.com/nlinux1/

Custom CSS file for SIS Imports API Script
*/

#resultTitle{
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
    padding-top: 25px;
    padding-bottom: 15px;
}

#output{
    padding-bottom: 25px;
}

#multiples{
    margin-bottom: 25px;
}
/*
table img {
    width: 50px;
    height: auto;
}*/
#spinner{
    display: none;
}

/*
#prevPage, #nextPage{
    display: none;
}*/
