body {
    background-color: white;
}


.bold-description {
    padding-top: 25px;
    font-size: 18px;
    font-family: nhg-text-roman, arial, sans-serif;
    font-weight: normal;
    color: #000000;
    align-items: left;
}

.description {
    padding-top: 25px;
    font-size: 18px;
    font-family: nhg-text-roman, arial, sans-serif;
    font-weight: normal;
    color: #000000;
    align-items: left;

}
.para{
	font-size:14px !important;
}

#shareMe {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    resize: none !important;
    border: none;
    font-weight: normal;
    width: 100%;
}

#mycopy-button {

    width: 75%
}


.code {
    text-align: center;
    font-size: 16px;
    font-family: nhg-text-roman, arial, sans-serif;
    padding-top: 30px;
    font-weight: bold;
}

.details {
    font-size: 14px;
    font-family: nhg-text-roman, arial, sans-serif;
    font-weight: normal;
    color: #333333;
    align-items: left;
    padding-top: 30px;
}

	.display-none{
	position: absolute;
    left: -1000px;
    top: -1000px;
}

.button {
    margin-top: 20px;
	
    font-size: 18px;
    font-family: nhg-display-bold, arial, sans-serif;
    color: white;
    text-align: center;
    background-color: black;
    border: black;
    border-radius: 15px;
    width: 65%;
}

.copy-button {
    margin-top: 0px;
    font-size: 16px;
	font-weight:bold;
    font-family: nhg-display-bold, arial, sans-serif;
    color: black;
    text-align: center;
    background-color: white;
    border: black 1px solid;
    border-radius: 15px;
    width: 100%;
}

.form-control {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    float: left;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.copy-tooltip {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;

}

.copy-tooltip .copy-tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.copy-tooltip .copy-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.copy-tooltip:hover .copy-tooltiptext {
    visibility: visible;
    opacity: 1;

}


