body {
    padding: 0;
    font-size: 100%;
    line-height: 1.5;
    background-color: #eee;
}

.bg-dark {
    background-color: black!important;
}

html {
    background: transparent;
}

#container, html.embed {
	background: transparent;
	border-radius: 10px;
}

.boton {
    border: 0px solid #60605B!important;
    background-color: #60605B;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    transition: 0.5s;
}

.boton:hover {
    border: 0px solid #60605B!important;
    background: #919191;
}

.boton:active {
    background: #919191 !important;
    color: white !important;
    border: none !important;
}

.boton:focus {
    box-shadow: none !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #60605B !important;
    border-color: #60605B !important;
}
