.error
{
    color:Red;
}

.button 
{
   background:#FF5A00;
   color:White;
   padding:2px;
   border:1px solid White;
}
.button:hover
{
   background:White;
   color:#FF5A00;
   padding:2px;     
   border:1px solid #FF5A00;
}

.booking a
{
	color: #FF5A00;
    font-size: 13px;
    font-weight: 700;
}
.booking a:hover
{
	color: #F60;
	text-decoration: underline;
}
.trains
{
	font-size: 12px;
	margin: 5px;
	width: 500px;
	text-align: left;
	border-collapse:separate;
}
.trains th
{
	padding: 4px 10px 4px 10px;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	border: 1px solid #69c;
	background: #69c;
}
.trains td
{
	padding: 7px 14px 7px 14px;
	font-weight:500;
	border: 1px solid #69c;
	color:#3C5E9B;
	text-align:center;
}
.trains tbody tr:hover td
{
	color: #669;
	background: #EBF2FE;
}
.trains tbody tr td:hover
{
	color: #F00;
	border-left: 1px solid #FF5F00;
	border-right: 1px solid #FF5F00;
	border-bottom: 1px solid #FF5F00;
	border-top: 1px solid #FF5F00;
	background:#FDEFD7;
}

.checkout-details
{
	font-size: 12px;
    background: #fff;
    margin: 15px;
    width: 700px;
    border-collapse: collapse;
    text-align: left;
}
.checkout-details th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 2px 2px;
	border-bottom: 1px solid #6678b1;
}
.checkout-details td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 2px 2px;
}
.checkout-details tbody tr:hover td
{
	color: #009;
}

.fisrt-td
{
    border-bottom: 0px;
}

.termsofuser {
    border: 1px solid #c1bbbb;
    clear: both;
    overflow-x: hidden;
    height: 100px;
    overflow-y: scroll;
    padding-left: 10px;
    padding-right: 17px;
    text-align: justify;
    box-sizing: border-box;
}