

		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			border: #2070c2 1px solid;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #2070c2;
			color: rgb(255, 255, 255);
            border-radius: .2rem;
		}

		.tab-content{
            margin-top: 20px;
			display: none;
			background: #ffffff;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}
        .ul_list{
            border-bottom: rgb(51, 51, 51) 1px solid;
            padding: 10px 40px;
        }
        .ul_right{
            text-align: right;
            float: right;
            color: #2070c2;
            font-weight: 600;
        }
        .ul_left{
             text-align: left;
            color: #010b14;
            font-weight: 600;
        }