body {
    color: #FFF;
    font-size:12px;
    background-color: #000;
    font-family:  'Lato', sans-serif;
    font-weight: 300;
    background-color: #F2F2F2;
    margin: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightText {
    color: #999999;
}
.universLinkAWWW{
	display: none;
    cursor: pointer;
    border-bottom:1px solid white;
    display: inline-block;
    position: absolute;
    top: 46px;
    left: 339px;
}
.mainTitle {
    width: 145px;
    height: 13px;
    background-image: url('../images/title.svg');
    background-repeat: no-repeat;
}

span.mainTitle{
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 3px;
}

.topTitle {
    margin: 1px;
}

.mainCanvas {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    image-rendering: optimizeSpeed;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.container {
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.loopContainer {
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 10px;
    color: #888;
    visibility: hidden;
    font-weight: 700;
}

.bannerItem{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top:15px;
    margin-bottom: 15px;
}

.bannerItemBottom {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    margin-top:15px;
    margin-bottom: 33px;
}

.bannerItem.share {
    margin-bottom: 10px;
}

.group canvas {
    width: 46px;
    height: 60px;
}

.logo {
    display: inline-block;
    width: 76px;
    height: 44px;
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    top:50%;
    margin-top: -38px;
    border: 0;
}

.playbackLogo {
    display: inline-block;
    width: 76px;
    height: 44px;
    margin-top: 35px;
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    border: 0;
}

.line {
    height: 1px;
    width: 135px;
    background-color: #888;
    margin: 0px auto 15px auto;
}

.loopContainer>.group {
    display: inline-block;
    vertical-align: top;
}

.groupLine {
    height: 1px;
    background-color: #888;
}

.group>div {
    margin: 5px 5px 5px 5px;
}

.pad {
    width: 5px;
    margin: 0px;
    display: inline-block;
}

.centerText {
    text-align: center;
}

.leftText {
    text-align: left;
    margin-left: 10px !important;
}

.infoText {
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 50px;
    top: 50px;
    text-align: center;
    visibility: hidden;
    background-color: #FFF;
    height: 32px;
    border-radius: 16px;
    padding: 0px 50px 0px 50px;
    line-height: 32px;
}

.infoText a {
    color: #000;
    font-size: 14px;
}

.loadingCanvas {
    position: relative;
    width: 255px;
    height: 255px;   
    top:8px;
    left:8px;
}

.renderingCanvas {
    width: 300px;
    height: 14px;
}

#rendering .bannerItem {
    margin-top: 165px;
    font-size: 14px;
}

.renderingCanvasContainer {
    width: 300px;
    height: 14px;
    margin: -10px auto 0px auto;
}

.loadingCanvasContainer {
    width: 272px;
    height: 272px;   
}

.loadingImg {
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 293px;
    width: 293px;
    height: 293px;   
}

.loadingImg.base {
    background-image: url('../images/loadingBase.png');
}

.loadingImg.glow {
    background-image: url('../images/loadingGlow.png');
    height: 0px;
}

.loadingImg.outline {
    background-image: url('../images/loadingOutline.png');
    opacity: 0;
}

.loading {
    visibility: hidden;
    width: 293px;
    height: 293px;
}

.canvasContainer{
    width: 46px;
    height: 46px;  
    margin: 0px auto 15px auto;
}

.uploading {
    width: 382px;
    height: 382px;
    visibility: hidden;
    /*
    border-radius: 153px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFF;
    background-color: rgba(0,0,0, 0.5);
    */
    background-image: url('../images/shareBG.png');
    background-repeat: no-repeat;
    background-size: 381px;
}

.notsupported {
    display: none;
    word-spacing: 2px;
}

.notsupported b {
    font-size: 15px;
    font-weight: bolder;
}

.notsupported a {
    color: #FFF;
}

.notsupported .sadface {
    background-image: url('../images/sad.png');
    background-repeat: no-repeat;
    width: 90px;
    height: 106px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.uploading .line {
    width: 150px;
}

.uploading .listenLine {
    width: 135px;
}

.uploading .title {
    margin-top: 50px;
    margin-bottom: 10px;
}

.uploading .shareTitle {
    margin-top: 70px;
    font-size: 16px;
}

.uploading .shareCenter {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.uploading img {
    cursor: pointer;
}

.uploading .bannerItem .link {
    display: inline-block;
    opacity: 0.7;
}

.centerLinkContainer {
    padding: 17px 0;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.listenLink {
    width: 144px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;

    border-style: solid;
    border-width: 1px;
    border-color: #888;
}

.shareLink {
    position: relative;
    margin: 0 auto 0 auto;
    width: 344px;
    height: 31px;
    line-height: 31px;
    border-radius: 15px;
    font-size: 15px;
    background-color: #FFF;
    color: #000;
}

#listen .mainTitle {
    margin-top: 85px;
}

.waveform {
    width: 156px;
    height: 62px;
}
.bottomLeft {
    position: fixed;
    bottom: 24px;
    left: 24px;
    color: #888;
    font-size: 14px;
    /* visibility: hidden; */
    /* opacity: 0; use opacity for fb computeStyle bug workaround */
}

.bottomRight {
    position: fixed;
    bottom: 24px;
    right: 24px;
    color: #888;
    font-size: 14px;
    visibility: hidden;
    opacity: 0; /* use opacity for fb computeStyle bug workaround */
}

.bottomRight .universLinkContainer {
    height: 22px;
    margin-top: 2px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.bottomRight .universLinkContainer span{
    display: block;
}
.bottomRight .universLinkContainer span.now-hiring a{
    color: #888;
}
@media only screen and (device-width: 768px) {
    .bottomRight .universLinkContainer {
        margin-top: 4px;
    }

    .bottomRight {
        right: 10px;
        bottom: 10px;
    }
}

.bottomRight .universLinkFb {
    margin-top: 4px;
    vertical-align: middle;
    display: inline-block;
}

@media only screen and (device-width: 768px) {
    .bottomRight .universLinkFb {
        margin-top: 2px;
    }
}

.bottomRight .download {
    vertical-align: bottom;
    display: inline-block;
}

.bottomRight .twit {
    margin-left: 8px;
    margin-top: 4px;
}

.bottomRight a {
    color: #FFF;
    text-decoration: none;
}

.vertBreak {
    display: inline-block;
    width: 1px;
    height: 22px;
    margin: 0px 15px 0px 15px;
    background-color: #888;
    vertical-align: middle;
}

.fbBottom {
    cursor: pointer;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url('../images/fb.svg');
    background-repeat: no-repeat;
    top:50%;
    margin-top: -22px;
    overflow: scroll;
}

.twitter-share-button {
    width: 105px !important;
}

.fb-like { overflow: hidden; height: 20px;} 
.fb-share-button { overflow: hidden; height: 20px; }

.uploadingCenter {
    margin-top: 159px;
}

.selectedLoopText {
    color: #FFF;
}

.selectedLoopLine {
    background-color: #FFF;
}


