input.shortcode-input {
    font-size: 12px;
    width: 275px;
    text-align: center;
    border: 0;
    background-color: transparent;
    outline: 0;
    font-family: monospace;
}

a.sgsc-link-btn {
    background-color: #FFB300;
    color: white;
    text-decoration: none;
    padding: 8px 33px;
    border-radius: 24px;
}


a.sgsc-link-btn:hover{
    color: black;
}


	.sgsc-table{
		width: 100%;
	}


.sgsc-table td{
	padding: 8px;
	text-align: center;
}

	.sgsc-table thead td{
		background-color: var(--sgsc-green);
		color: white;
		padding: 12px;
	}

	.sgsc-table tbody tr:nth-child(even) td {
    background-color: #f2f2f2;
}