/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */

.row:before, .row:after {display: flex !important;}

a {
    color:Black;
    text-decoration: underline;
}

a:hover {
    color:Gray;
    text-decoration: underline;
}

.no_underline {
	text-decoration: none;
}
.no_underline:hover {
	text-decoration: none;
}

.btn-space {
    /*padding-right: 5px;
*/
}

.txt-space {
    margin-bottom: 5px;
}

blockquote {
border-left: 4px solid #ccc;
font-style: italic;
margin: 30px 0 30px 15px;
padding-left: 15px;
}

#customers, #astro {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}

#customers td, #customers th {
border: 1px solid #ddd;
padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}

#customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
}

#astro td, #astro th {
border: 1px solid #ddd;
text-align: center;
/*padding-left: 8px;*/
}

#astro tr:nth-child(even){background-color: #f2f2f2;}
#astro tr:hover {background-color: #ddd;}

#astro th {
text-align: left;
background-color: white;
padding-left:8px;
}

.total {
    border-top-style: double !important;
}

#snackbar {
 visibility: hidden;
 margin: 10px;
 background-color: #333;
 color: #fff;
 text-align: center;
 border-radius: 2px;
 padding: 16px;
 position: fixed;
 z-index: 1;
 bottom: 30px;
 font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.active_link{
background-color: #666; 
color: white;
}

.law-course-card {
    height: 200px;
}