



.table_custom td, .table_custom th {
/* padding: 0.75rem;    */
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    
    }
  
  
 
  
  
.greyLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 12px;
	//*text-align: center;*//
	line-height: 15px;
}
.greyLine th{
	background:#CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	/*text-align: center;*/
}
/* Button */

.btn-primary,
.btn-dark {
    border: 0;
    border-radius: 3px;
    padding: 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #FF0000;
    font-family: 'Rubik', sans-serif;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
	border: #ff0000 solid 1px;
}

.btn-white.btn-primary {
    background: #fff;
    color: #ff0000;
}

.btn-primary {
    background: #fff;
}

.btn-dark {
    background: #999999;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
    background: #CCC;
    color: #ff0000;
	border: #ff0000 solid 1px;
}
 Button 
.general-btn {
    clear: both;
    margin-top: 50px;
}
#search input {
	background: none repeat scroll 0 0 #fff;
	border: 0 none;
	color: #7F7F7F;
	float: left;
	font: 12px 'Rubik',sans-serif;
	height: 20px;
	margin: 0;
	padding: 2px;
	transition: background 0.3s ease-in-out 0s;
	width: 200px;
}

#search button {
	background: url("") no-repeat scroll center center #999999;
	cursor: pointer;
	height: 35px;
	text-indent: -99999em;
	transition: background 0.3s ease-in-out 0s;
	width: 40px;
	border: 1px solid #66666;
}

#search button:hover {
	background-color:#000;
}


    a:link {
    color: #08131E;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #08131E;
}
a:hover {
    text-decoration: underline;
    color: #08131E;
}
a:active {
    text-decoration: none;
    color: #08131E;
}

ul {
 list-style: none;
}
ul li {
 font: 12px 'Rubik',sans-serif;
}


