	    	body {
		    	color: rgb(32,31,30);
				font-weight: bold;
				font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	    	}
	    	.sidebar {
		    	background-color: #250A3B;
					height: 60vh;
		    	border-right: 4px solid rgb(32,31,30);
		    	text-transform: capitalize;
	    	}
				@media screen and (min-width: 992px) {
					.sidebar {
						height: 100vh;
					}
				}

            #source_preview {
                margin-top: 50px;
                min-width: 80%;
                height: 50%;
            }

            .html_preview {
                -webkit-user-select: all;
                user-select: all;
                margin-top: 20px;
		padding-top: 10px;
                border: 1px solid rgb(32,31,30);
                padding-left: 10px;
        	padding-bottom: 40px;
		margin-bottom: 20px;
	        min-height: 140px;
            }

            .main_logo {
		    mask-repeat: no-repeat;
	            width: 100px;
		    height: 70px;
            margin: 0px;
            }
            .row .select_template {
	            padding-bottom: 50px;
            }
            .alert {
	            margin-top: 20px;
            }

            .instructions {
	            margin-top: 40px;
            }
            .container button, .container input, .container select, .container textarea {
		    font-family: inherit;
		    font-size: inherit;
		    line-height: inherit;
		    width: 100%;
        min-height: 26px;
				border: 0px;
				color: #000;
            }
