*{
	box-sizing: border-box;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
a:link{
	text-decoration: none;
}
 .nav-pills>a{
 	color:black;
 }

 .bg{
 	background-color:#258591 ;
 }
 .color{
 	color:#258591
 }

 .nav-pills .nav-link{
 	color:black;
 }

.nav-pills .nav-link.active {
	color:#fff;
    background-color: #258591 !important;
}

.orderform label, .orderform button{
	margin-left:5%;
}
.orderform input{
	margin-left:5%;
    width: 90%; /* Set the width */
    height: 30px; /* Set the height */
    font-size:13px;
}
.orderform button{
	background-color: #258591;
}
.description{
	margin-left: 10%;
}

.nav-tabs .nav-item .nav-link.active {
    color: #258591 !important;
}

.nav-tabs .nav-link{
 	color:black;
 }

 /* Custom styles */
.divider {
    border-top: 1px solid #258591; /* Set the thickness and color of the divider */
}
.dotted-divider {
    border-top: 2px dotted #258591; /* Set the thickness, style, and color of the dotted line */
}