.tab-container{}

	.tab-container a{

		text-decoration: none;

	}

	.tab-static{

		text-align: center;

		text-transform: uppercase;

		padding: .5em;

		margin: 1em 0 2em;

		font-size: 12px;

		color: #D9DaE0;

		border-width: 0 0 1px;

		border-style: solid;

		text-decoration: none;

	}

	.tab{

		text-align: center;

		text-transform: uppercase;

		padding: 1em 1em;

		margin: 1em 0;

		font-size: 14px;

		color: #81838a;

		border-width: 0 0 1px;

		border-style: solid;

		text-decoration: none;

		cursor: pointer;

		background: transparent;

	}

	/*@media screen and (min-width: 400px ) {

		.tab{

			padding: 1em 2em;

		}

	}*/

		.tab-active{

			color: #4a9dcf;

			border-width: 0 0 4px;

			border-bottom: 4px solid #4a9dcf;

			padding-bottom: 11px;

		}

	.ocst .tab-ocst,

	.osel .tab-osel,

	.opay .tab-opay{

		color: #191919;

		font-weight: bold;

		border-width: 0 0 3px;

	}

	.osel .tab-ocst,

	.opay .tab-ocst,

	.opay .tab-osel{

		color: #81838A;

	}