/*
 Theme Name: Elise Child
 Template: elise
*/

@import url("../elise/style.css");




/* Theme customization starts here
-------------------------------------------------------------- */

#footer-widget-area {
    border-bottom: 0px solid #3a3a3a!important;
    border-top: medium solid #ffffff!important;
}

.page-title-container {
    padding-top: 60px !important;
}

.textwidget ul, ol {
    padding-left: 20px;
}

.btn-link:hover {
	background-color: #f57921!important;
}

#footer-widget-area {
    border-top: medium none !important;
}

tbody tr:nth-child(odd) {
  background: #f0f0f0;
}

td, th {
    padding: 2px 0 2px 5px;
}

.hovertable{
	border-collapse:collapse; 
}

.hovertable tr:hover {
	background-color: #f57921;
	color: #fff;
}