	.left {
	    display: table-cell;
	    min-width: 1000px;
	}
	
	.right {
	    display: table-cell;
	    width: 100%;
	    vertical-align: top;
	}  
  
	.well {
	    min-height: 20px;
	    padding: 19px;
	    margin-bottom: 20px;
	    background-color: #f5f5f5;
	    border: 1px solid #e3e3e3;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	    font-size: 25px;
	}
  
  .box{
		border: 1px solid grey;
		padding:6px;
		margin:5px;
  }

  .accent, #i_query, .bigBut {
	    font-size: 20px;
	    padding: 5px;
	}
		
	.red {
	    color: red;
	}
		
	.ttl {
	    display: none;
	    font-size: 20px;
	    padding: 5px;
	}	
	
	#current_accent, #current_query, #current_track, #total_result {
	    color: red;
	}
	
	.video {
	    font-size: 20px;
	}
	.video span {
    color: #767fc1;
	}
	.nodec {
	    text-decoration: none;
	}	

	.caption {
	    font-size: 20px;
	    height: 60px;
	}
	
	.caption span {
    color: green;
	}
	
	.keyword {
	    background-color: yellow;
	}
	
	.big {
	    font-size: 25px;
	}	
	
	#event_viewer {
    overflow-y: auto;
    max-height: 180px;
	}
	
  .doc{
		font-size:20px;
		padding:10px  
	}
  
  .red{
  	color:red;
  }
  
  .blue{
  	color:blue;
  }
  
  .purple{
  	color:purple;
  }
  

  .black{
  	color:black;
  }
  
  .green{
  	color:green;
  }

  .grey{
  	color:grey;
  }	
  
	.ttlc {
	    font-size: 20px;
	    padding: 10px;
	    margin-bottom: 10px;
	    background-color: lightgrey;
	    color: #ad5353;
	}
	
	.config {
    margin-top: 10px;
    font-size: 18px;
	}
	
	.size input {
    width: 50px;
	}
