.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
}
.record_param{

}	
.record_value{
	text-align: right;
	width: 80px;
}
.record_high{
  color: #ff160f;
}
.record_low{
	color: #0fbdff;
}
.record_icon{
	width: 16px; 
}
.record_user{
	text-align: right;
}
.record_date{
	text-align: right;
}

p {
	margin: 0px;
}