#weekly table, #open table, #takedown table,#poc table{
    border-collapse: collapse;
    width: 300px;
    margin-left:0;
}

#weekly table{
  width:600px
}

#weekly table tr *,#open table tr *,#takedown table tr *, #poc table tr *{
    width: 200px;
    text-align: center;
}

.published_at {
    text-align:left;
}
div.iris-item{
    margin-left:20px;
    margin-bottom:20px;
}


#weekly_graph , #open_graph {
    margin-top:10px;
}
#weekly th,
#open th,
#takedown th,
#poc th
{
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #c0c0c0;
    line-height: 140%;
    padding: 3px 5px;
    text-align: center;
}
#weekly td,
#open td,
#takedown td,
#poc td
{
    border: 1px solid #c0c0c0;
    line-height: 150%;
    padding: 5px;
    text-align: center;
}

/* ------------------------------------------- table english documents ---*/
table.table_english_documents {
	width: 68%;
	margin: 10px 0px 0px 10px;
	border-collapse: collapse;
}

.table_english_documents th.publish_date,
.table_english_documents th.title,
.table_english_documents th.pdf {
	font-size: 0.9em;
	background-color: #aac2d9;
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
}

.table_english_documents .publish_date {
	width: 6%;
}
.table_english_documents .title {
    width: 50%;
}
.table_english_documents .pdf {
	width:12%;
}

.table_english_documents td {
	text-align: left;
	border: 1px solid #000000;
	padding: 2px 2px 2px 2px;
}
