/* CSS */
.container {
padding-left: 40px !important;
padding-right: 40px !important;
width:100%;
}

.mb-inter-filter {
height:80px !important;
margin-top:-21px;
}
.qvtittle {
height:100px !important;
text-align: center;
margin: 15px 5px 15px 0;
}

.qvdate {
height:80px !important;
margin-top:-21px;
text-align: left;
margin-left:10px;
}

.qvgraphic1 {
border-style: solid;
border-width: 1.5px;
border-color: #e6e6e6;
border-radius: 5px;
margin-top: 0;
margin-bottom: 40px;
}

.qvobject2 {
height: 440px;
display: flex;
align-items: center;
flex-direction: column;
box-sizing: border-box;
z-index:1;
flex: 1 1 auto;
}
@media screen and (max-width: 360px)  {
.qvobject2 {
    height: 410px !important;
	width: 100%;
	display: flex;
	top: 10px;
  }
}
@media screen and (width: 390px)  {
.qvobject2 {
    height: 390px !important;
	width: 100%;
	display: flex;
  }
}
#buttonID {
    font-size: 13px;
	font-weight: bold;
    padding: 7px 10px 5px;
	margin-top: 10px;
    border-radius: 5px;
    border-style: solid;
	border-width: 1.5px;
	border-color: #e6e6e6;
	border-radius: 5px;
    background-color: #FFFFFF;
    color: #595959;
}
#qcmd {
    font-size: 13px;
	font-weight: bold;
    padding: 7px 10px 5px;
    border-radius: 5px;
    border-style: solid;
	border-width: 1.5px;
	border-color: #e6e6e6;
	border-radius: 5px;
    background-color: #FFFFFF;
    color: #595959;
	margin-top: 10px;
}