/******************
Please put all custom css here
******************/
textarea.dark{
	background: rgba(0, 0, 0, .5);
}

.license-btn{
	border: 1px solid white;
	border-radius:5px;
	padding:10px 25px;
}

.pricing-table{
	background-color: #3e3e3e;
	border: 1px solid #585858;
	color: white;
}

.pricing-table td{
	border: 1px solid #585858;
	border-top: none !important;
	border-bottom: none;
}


.pricing-table thead{
	border-bottom: 2px solid #585858;
	font-weight: 600;
	background-color: #585858;
}

.pricing-table .section{
	background-color: #5a5a5a;
	font-size: 17px;
	text-align: center;
}

.pricing-table .section td{
	border-top: none;
}

.pricing-terms{
	color: white;
	padding-left: 30px;
}

@media (min-width: 480px){
	.navbar-nav > li > a {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		margin-left: 10px;
		margin-right: 10px;
	}
  }

.taxline:nth-child(2) {
    display: none;
}