
.project-link{
float:right;
}
.drop-zone{
border:1px red solid;
height:50vh;
width:100vh;
}
.drop-hint{
text-align:center;
padding-top:100px;
}
.hint{
background-color:#C6E7FF;
color:#0094FF;
border-radius:50%;
height:1em;
width:1em;
display:inline-block;
}
.hint:before{
content:" ? ";
margin-left:0.25em;
}
.hint.info:before{
content:" i ";
margin-left:0.25em;
}
#variants-collapse{
background-color:#DFDFDF;
color:#737373;
border-radius:50%;
height:1em;
width:1em;
display:inline-block;
text-decoration:none;
padding-bottom:4px;
padding-left:2px;
padding-right:2px;
}
.hidden{
display:none;
}
