@charset "utf-8";
/* CSS Document */

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url("http://www.lesdaniels.net/assets/img/song_lists_bg.jpg") left top no-repeat;
  background-size: contain;
}

/* CONTENTS
-------------------------------------------------- */
main .container {
	margin-top: 50px;
}

main h2 {
	color: #D9B471;
}

main p {
	line-height: 1.75rem;
	margin-bottom: 50px;
}

main table.dataTable thead th, table.dataTable thead td {
    padding-left: 10px!important;
}

main table.dataTable thead .sorting_asc {
	background-image: url(http://www.lesdaniels.net/assets/img/sort_asc.png)!important;
}

main table.dataTable thead .sorting_desc {
	background-image: url(http://www.lesdaniels.net/assets/img/sort_desc.png)!important;
}

main .nav-link {
    padding: .5rem .5rem!important;
}

.artist-name {
	font-size: 0.75rem;
}




