#resume-div input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#resume-div label {
    font-size: 15px;
    border-bottom: 1px dotted #BFA36F;
    font-weight: 300;
    color: #bfa36f;
    background-color: black;
    display: inline-block;
}

#resume-div label,
#resume-div label:hover {

}
#resume-div label {
	cursor: pointer; /* "hand" cursor */
}