.tools_container
{
}

#tools_table
{
	display: block;
    margin-left: auto;
    margin-right: auto;	

	border-collapse: separate;
	border-spacing: 10px;
	table-layout:fixed;
/*	border-collapse: collapse; */
/*	width: 700px;*/
	padding-left:30px;
	padding-right:30px;
	border: none;
}

#tools_table tr
{
}

.punch_line
{
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
}

.tools_title_tool
{
	font-size: 14px;
	color: purple;
}

.tools_title_article
{
	font-size: 14px;
	color: #601adc;
}

#tools_table td
{
	width: 50%;
	border: 1px solid black;
	padding:20px;
	font-size: 12px;
}

#tools_table th
{
	text-align: center;
	width: 50%;
/*	border: 1px solid black;*/
	padding:10px;
	background-color: purple;
	color: white;
	font-size: 18px;
}

#tools_table th.grey
{
	background-color: #343434;
}


#bubble_container
{
	position: relative;
	margin-left: 100px;
}

.bubble
{
	width: 200px;
	height: 115px;
/*	border: 1px solid black; */
	margin: 10px;
	padding: 5px;
	color: purple;
}

#bubble_answer
{
	border: 1px solid black;
	padding: 5px;
	position: absolute;
	top: 230px;
	left: 50px;
	width: 600px;
	text-align: center;
}

#div_bubble_form
{
	position: absolute;
	top: 300px;
	left: 150px;
}

#bubble_article
{
	position: absolute;
	top: 370px;
	left: 50px;
	border: 1px solid black;
	color: purple;
	width: 600px;
	text-align: center;
}

#bubble1
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#bubble2
{
	position: absolute;
	top: 0px;
	left: 250px;
}
#bubble3
{
	position: absolute;
	top: 0px;
	left: 500px;
}
