body {
    margin: 0;
    padding: 0;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1b1e1e;
    height: 100%;
    min-width: 320px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 100%;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	background: #FEFEFF;
}

*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, :before, :after {
    box-sizing: inherit;
}

.head {
	width: 100%;
}


.foot {
	width: 100%;
    background-color: #14162f;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	margin-top: 20px;
}

.foot a {
	color: #ccbebe;
}

.foot a:hover {
	color: rgba(204, 190, 190, 0.88);
	text-decoration: none;
}

.app-over {
	width: 100%;
	max-width: 1100px;
}

.logo {
	margin: 0 auto;
    text-align: center;
	overflow: hidden;
	margin-bottom: -20px;
}

.logo .ww {
	position: relative;
    left: 66px;
}

.app_container {
    width: 1100px;
    margin: 20px auto;
  text-align: center;
  box-shadow: 0 6px 18px rgba(14,21,47,.1), 0 -2px 6px rgba(14,21,47,.02);
    padding: 25px 20px;
    border-radius: 10px;
    }
  
  .app_container--right, .app_container--left {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 49%;
    height: 450px;
    overflow: hidden; }
    .app_container--right .flash--btn, .app_container--left .flash--btn {
      }
  
  .app_container--bottom {
    padding: 0 8px; }
  
  #cmtBox1, #cmtBox2 {
    height: 450px;
    align-items: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important;
    padding: 0 !important;
    margin: 0; }
  
  #cmtControl {
    position: relative;
    height: 60px;
    margin: 8px 0;
    overflow: hidden; }
  
  #cmtControl .inprogress {
    position: absolute;
    width: 50%;
    height: 60px;
    top: 0;
    right: 0;
    margin-right: -4px;
    padding-top: 22px;
    color: #111;
    font-weight: bold;
    text-align: center;
    font-size: 20px; }
  
  #cmtStart, #cmtStop {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 60px;
    font-size: 20px;
    background: #00a3ff;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

  #cmtControl #cmtStop {
      width: 50%;
      margin-left: -4px;
      display: none;
  }

  #cmtMess .cm-search-settings {
   
    
  }

  #cmtMess .cm-search-settings .cm-selectbox {
   
  }

  .cm-messenger__list {
    padding: 2px 5px !important;
  }

  .app_container--right #cmtBox2 .cm-guest {

  }

  .app_container--left #cmtBox1 .cm-self {
  
  }

  #cmtControl #cmtStop {
    border: 0;
  
    padding: 0;
  }

  #cmtControl #cmtNext {
    border: 0;

    padding: 0;
  }
  

  #cmtControl #cmtStart {
    border: 0;

  }



  #cmtControl .button {
    border: 0;
  }

  .t-prefix_1.app-middle {
    padding-left: 0;
    max-width: inherit;
  }

  #cmtControl #cmtNext {
    position: absolute;
    display: none;
    width: 50%;
    height: 60px;
    top: 0;
    right: 0;
    margin-right: -4px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    background: #00a3ff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  
  #cmtMess {
    overflow: auto;
    padding: 7px 5px 2px 1px;
    height: 155px;

    border: solid 1px #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  
  #cmtMsg {
    width: 100%;
    margin-top: -1px;
    border: solid 1px #dadada;
    padding: 15px 29px;
    font-size: 15px;
    color: #9b9b9b; }

    @media screen and (max-width: 1200px) {
        .app_container {
            width: 960px;
            margin: 20px auto;
            text-align: center;
        }
        
    }
      
    @media screen and (max-width: 960px) {
        .app_container--right, .app_container--left {
          width: 100%; }
        #cmtBox1, #cmtBox2 {
          margin: 5px 0 !important; }

          .app_container {
            width: 100%;
            margin: 20px auto;
            text-align: center;
            padding: 0 10px;
            box-sizing: border-box;
        }

      #cmtControl #cmtStop {
          width: 100%;
      }
    }
        
    @media screen and (max-width: 640px) {
      .app_container--left {
          margin-bottom: 10px;
      }
      #cmtStart, #cmtStop {
          height: 50px;
          font-size: 16px;
      }
      #cmtControl {
          height: 50px !important;
      }
	  
		#cmtControl #cmtNext {
			height: 50px !important;
		}
		
		#cmtControl #cmtStop {
			    width: 50% !important;
		}
    }