.copyButton {
    height:40px;
    background:green;
    font-size:0.8em;
    border-radius: 5px;
}

.copyButton:focus {
    background:red;
}

.copyButton:active {
    background:green;
    transition: background 3s;
}


.downloadButton {
    height:40px;
    background:blue;
    font-size:0.8em;
    border-radius: 5px;
}

.downloadButton:focus {
    background:red;
}

.downloadButton:active {
    background:blue;
    transition: background 3s;
}

.gf-button-right button {
	float:right;
}

.gf-button-right button:after {
	clear: both;
}