.btn.green {
    background: #6FC90D; 
}
.btn.green:hover {
    background: #7DDC16; 
}

@media all and (max-width: 767px) {
    .text-xs-right {
        text-align: right;
    }
    .text-xs-center {
        text-align: center;
    }
}

@media all and (min-width: 768px) {
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
}

@media all and (min-width: 992px) {
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
}

@media all and (min-width: 1200px) {
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
}

.btn.plain {
    font-family: Fakt,'Helvetica Neue',Helvetica,Arial;
    -webkit-font-smoothing: antialiased;
    width: 110px;
    font-weight: 600;
    vertical-align: baseline;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    letter-spacing: 0.5px;
    border-width: 0px;
    padding: 5px 16px;
    padding-top: 8px;
}

.btn.flat {
    border-width: 0px;
}

.btn.blue {
    background: #28AFFA; 
}

.btn.blue:hover {
    background: #53BFFB;
}

.btn.yellow {
    background: #FF9500; 
}

.btn.yellow:hover {
    background: #ffa300;
}

.btn.red {
    background: #FF3A2D; 
}

.btn.red:hover {
    background: #ff4e3c;
}

.btn.pink {
    background: rgba(219, 3, 107, 255);
}

.btn.pink:hover {
    background: rgba(217, 69, 121, 255);
}

.ztable td {
    padding: 3px;
}

.google_signout {
    position: relative;
    display: inline-block;
    left: 730px;
    width: 147px;
    margin-top: 6px;
    height: 23px;
    font-family: 'Helvetica Neue',Helvetica,Arial;
    font-size: 14px; 
    color: rgb(153, 153, 153);
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
}

.google_signout:hover {
    color: rgb(51, 51, 51); 
}

.zingpagedesc {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    margin-left: -25px;
    margin-top: 1px;
}

.zingheaderlogosmall {
    height: 30px;
    position: relative;
    top: -5px;
}

.zingheaderlogosmall img {
    height: 40px;
}

.zingheaderlogo {
    height: 30px;
    position: relative;
    top: -10px;
}

.zingheaderlogo img {
    height: 50px;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

div.vimeo iframe {
    min-height: 0;
}
