html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

.pubble-off{
    display:none !important;
}

.pubble-on{
    display:block !important;
}

.force{
    display:block !important;
}

.pubblecolor{
    color:#19bdf3 !important;
}

.pubble-deploy
{
	z-index:0; 
    background-image:none;
    background-repeat:repeat;
    background-position:0px 0px;
	height:100%;
    width:100%;
	overflow-x:hidden;
}

.pubble-branded {
	background-color:#1392bf;
	background-image:url(https://www.pubble.io/resources/chatify/web/images/network-pattern.png);
	background-position:top;
}

.no-pubble-brand {
	background-image:none;
}

/* MAIN STRUCTURE */

.pubble-deploy-container {
	max-width:500px;
    margin:0 auto;
    padding-top:40px;
    padding-bottom:80px;
    position: relative;
    
}
.pubble-deploy-segment{
    padding:25px !important;
    
}

.pubble-actions.right{
    text-align:right !important;
    margin-top:20px !important;
}

.pubble-actions.right button{
    margin-right:0;
}