body { padding-top: 80px; }


body            {   margin:         auto;
                    background:     #fff;
                    font-size:      12pt;
                    font-family:    "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;   }
h1              {   font-size:      24pt; 
                    font-style:     normal;
                    margin-top:     15px;
                    font-family:    "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;  }
h2              {   font-size:      18pt; 
                    font-style:     normal;
                    font-family:    "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;  }
em.math         {   font-family:    "Times New Roman", Times, serif;
                    font-style:     normal;     }

a               {   color:          SlateGrey;  
                    text-decoration:none;       }

a:hover         {   color:          RoyalBlue   ;  
                    text-decoration:none;       } 
/**
 * Bootstrap requires a containing element to wrap site contents
 * and house the grid system. You may choose one of two containers.
 * Use .container for a responsive fixed width container.
 * Use .container-fluid for a full width container.

 * If using container-fluid, you may need to set a maximum width,
 * so that the container will not spread to the entire viewport.
*/

.container-fluid { max-width: 1000px; }

#course-table tr td:nth-child(1){
	width=30%;
}
#course-table tr td:nth-child(2){
	width=5%;
}
#course-table tr td:nth-child(3){
	width=20%;
}

#course-table tr td:nth-child(4){
	width=15%;
}
#course-table tr td:nth-child(5){
	width=30%;
}


/**
 * We can add some helper classes to turn off default margin on
 * the top of headings if needed.
*/

.margin-t-0 { margin-top: 0; }
.margin-t-h { margin-top: .5em; }
.margin-t-1 { margin-top: 1em; }
.margin-t-2 { margin-top: 2em; }
.margin-t-3 { margin-top: 3em; }
.margin-b-0 { margin-bottom: 0; }
.margin-b-h { margin-bottom: .5em; }
.margin-b-1 { margin-bottom: 1em; }
.margin-b-2 { margin-bottom: 2em; }
.margin-b-3 { margin-bottom: 3em; }

.margin-tb-0
{
	margin-top: 0;
	margin-bottom: 0;
}

.margin-tb-h
{
	margin-top: .5em;
	margin-bottom: .5em;
}

.margin-tb-1
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.margin-tb-2
{
	margin-top: 2em;
	margin-bottom: 2em;
}

.margin-tb-3
{
	margin-top: 3em;
	margin-bottom: 3em;
}



/*********************************
   The list of publication items
*********************************/
/* The list of items */
.biblist { }

/* The item */
.biblist li { }

/* BOOTSTRAP OVERRIDES */

.page-header {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: -10px 0 0;
    border-bottom: 4px solid #eee;
}

.col-md-push-1 {
    left: 1.67%;
}

h2,
.h3 {
  margin-top: -4px;
  margin-bottom: 4px;
}

/* overrides li for the row class of bootstrap */
.row li{padding-bottom:4px;padding-top:4px;text-indent:-2px;margin-left:-1em;}

.table-striped td {
    padding-top:2px;
    padding-bottom:2px;
}

.denselist li {
    padding-bottom:0;
    padding-top:2px;
}

/*************************************
   The box that contain BibTeX code
*************************************/
div.noshow { display: none; }
div.bibtex {
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid silver;
    padding: 0.8em 0.8em 0em 0.8em;
    background: #ffffee;
}
div.bibtex pre { font-size: 80%; overflow: auto;  width: 100%; }

