.jr-tab2 li a.current, .tab a.current {
background-color: #fff !important;
color: #797979;
width: 100%;
height: 40px;
/* display: inline-block !important; */

}

.jr-tab2 li a, .tab a {
background-color: #fff !important;
color: #797979;
width: 100%;
height: 40px;
/* display: inline-block !important; */
}

          
      .jr-tab2 {
            box-sizing: content-box;
            border-bottom: 1px dotted #ddd;
        }

        .t3 {
            border-bottom: 1px solid #ddd;
        }

        .t3 b {
            font-size: 16px;
        }

        /*.forms .form-control,
        .forms .input-group-addon {
            border-radius: 3px;
        }

        .forms .input-group-addon {
            border-radius: 0 3px 3px 0;
        }*/

        .forms input.form-control {
            height: 38px;
        }

        .forms .pane {
            animation-duration: .3s;
        }

        .forms .row > div[class*="col-"] {
            margin-bottom: 1rem;
        }

        .forms .form-control:focus {
            border-color: #37e;
            box-shadow: 0 0 0.1rem 0.1rem rgba(0, 123, 255, .1);
        }

        .forms .form-inline .radio input {
            vertical-align: -2px;
            margin-right: 4px;
        }

        .info-detail {
            max-width: 800px;
            border: 1px solid #ddd;
            margin: 20px auto;
            padding: 0 15px;
            font-size: 15px;
        }

        .info-detail .row:nth-of-type(odd) {
            background-color: #fafafa;
        }

        .info-detail .row > div {
            border-top: 1px solid #ddd;
            margin-top: -1px;
            padding: 15px;
        }

        .info-list {
            overflow: hidden;
        }

        .info-list li {
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
            line-height: 22px;
        }

        .info-list li:nth-of-type(even) {
            background-color: #fafafa;
        }

        .info-list li:hover {
            border-bottom: 1px solid #ace;
            background-color: #eef5ff;
        }

        .info-list li:first-child {
            border-bottom: 2px solid #048;
            font-weight: bold;
            color: #048;
        }



  @media (max-width:1200px) {


        .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: unset;
    -webkit-justify-content:unset;
    justify-content: unset;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: -2px;
    margin-right: -2px;
    
}
  }
@media (max-width: 480px) {
	.info-detail .row:nth-of-type(odd) {
		background: none;
	}
	.jr-tab2 li a {

padding: 0 25px;

	}

	.info-detail .row > div:nth-of-type(odd) {
		background-color: #fafafa;
	}

	.info-list li:first-child {
		display: none;
	}

	.info-list .col-sm-5 {
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: bold;
	}
}

@media (max-width: 320px) {
	.info-list li {
		font-size: 12px;
	}
}

@media (min-width: 480px) {
	.info-list {
		text-align: center;
	}
}
@media (max-width: 320px) {

  
	.jr-tab2 li a {

padding: 0 15px;

	}
  }