.language_name{
  	width: 125px;
	float:left;
	padding: 1px;
	display: inline;
}

#extra_info{
	display: none;
}


#column_header {

}

.first_column {
	display: inline-block;
	width: 50px;
}

.second_column { 
	display: inline-block;
	width: 300px;
}

.third_column {
	display: inline-block;
	min-width: 150px;
	padding-right: 10px;
}

.fourth_column {
	display: inline-block;
	width: 150px;
}

.hday_translation{
	vertical_align: top;
}

#toggle{
	float:right;
}

/* region token input (replaces jquery.tokeninput) */
.token-input {
	display: inline-block;
	position: relative;
	min-width: 300px;
	vertical-align: top;
}
.token-input .token-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.token-input .token {
	display: inline-block;
	background: #e6eefc;
	border: 1px solid #b6c8ef;
	border-radius: 3px;
	padding: 1px 6px;
	margin: 2px 4px 2px 0;
	font-size: 12px;
}
.token-input .token-remove {
	color: #555;
	text-decoration: none;
	font-weight: bold;
	margin-left: 2px;
}
.token-input > input[type="text"] {
	border: 1px solid #ccc;
	padding: 2px 4px;
	min-width: 160px;
}
.token-input .token-dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
	background: #fff;
	border: 1px solid #b6c8ef;
	max-height: 220px;
	overflow-y: auto;
	min-width: 220px;
}
.token-input .token-dropdown li {
	padding: 3px 8px;
	cursor: pointer;
	font-size: 12px;
}
.token-input .token-dropdown li:hover {
	background: #e6eefc;
}

.webcal_header{
	font-weight: bold;
	display: inline-block;
    min-width: 50px;
}