@charset "utf-8";

/* CSS Document */



.responsive{

  position: relative;

  width: 100%;

  padding-bottom: 56.25%; 

  height: 0;

}

.responsive iframe{

  position: absolute;

  top:0;

  left: 0;

  width: 100%;

  height: 100%;



}

.col-8 {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 66.666667%;

	flex: 0 0 66.666667%;

	width: 100%;



}

.embed-responsive .embed-responsive-item,

.embed-responsive iframe,

.embed-responsive embed,

.embed-responsive object,

.embed-responsive video {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 0;

}

/*new css*/

table.table-data {
    border: 1px solid #542a00;
    width: 620px !important;
}
.table-data thead {
    background: #542a00;
    color: #fff;
}


/*new style*/

form.disclaimer-left {
    text-align: left;
    margin: 20px 78px;
}
button.btn-smt {
    margin-top: 15px;
}
.disclaimer-left label{
    font-family: verdana, arial,san serif;
    color: #4c4343;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}