/** 
 * Use variables in css if you want to use shortcode attributes. For example: 
 * 	:root {
 *		--scu-color: pink;
 *	}
 * Then, modify the var with JS	(See tutorial 3)
 * 
*/
.title
{
	font-weight: 600;
	font-size: 15px;
}

.sMsgButDone
{
	border: 2px solid green;
    text-align: center;
    padding: 3px;
    color: green;
    border-radius: 10px;
	white-space: nowrap;
	
}
.sMsgBut
{
	background: rgb(43 142 201);
    text-align: center;
    padding: 3px;
    color: white;
    border-radius: 10px;
	white-space: nowrap;
	cursor: default;
}