.title {
    font-weight: 200;
    font-size: 1.3em;
    margin-bottom: 30px;
}
.svg-icon {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: #fff;
}
.magnet-box {
    display: flex;
    align-items: center;
    background-color: #002551;
    padding: 15px;
    border-radius: 12px;
}
.icon-magnet {
    padding-right: 8px;
}
.icon-magnet .svg-icon{
	width: 24px;
    height: 24px;
}
.input-magnet {
    width: 100%;
    border: none;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    height: 20px;
}
.magnet-box button {
	height: 30px;
	border: none;
	width: 40px;
	display: block;
	flex-shrink: 0;
	cursor: pointer;
}
.btn-copy {
	background-color: #60a5fa;
}
.btn-download {
	border-radius: 0 6px 6px 0;
	background-color: #ec7370;;
}
.info {
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
}
.meta {
	display: grid;
  	grid-template-columns: 6em auto;
	font-size: .9em;
	row-gap: 1em;
	margin: 0;
	margin-left: 1em;
}
.meta>dt {
	grid-column: 1;
	font-weight: bold;
  }
.meta>dd {
	 grid-column: 2;
	 margin-left: 0;
	 word-break: break-all;
}
.qrcode {
	margin-right: 1em;
}
.files {
	background-color: #fff;
	width: 100%;
	padding: 5px 12px;
	border-radius: 10px;
	font-size: .9em;
	margin-bottom: 50px;
}
.files td, .files th {
	padding: 8px 0;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #e8edf0;
	text-align: left;
	color: #3d525e;
}
.files  th {
	border-top: 0;
	font-weight: 100;
}
.files .td-size {
	text-align: right;
	min-width: 7em;
	color: #999;
}
.link-app {
	border: 2px solid #c3cedc;
	border-radius: 5px;
	padding: 5px 5px;
	background-color: #fff;
	font-family: serif;
	display: inline-block;
	margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
	.qrcode{display: none;}
}