/* CSS Document */
a:hover{ text-decoration:underline; color:#0092c4;}

tbody tr:nth-child(odd) {
  background: #eee;

}
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  padding: 0.25rem;
  text-align: left;
  border: 1px solid #999;
  
}
tbody tr:nth-child(odd) {
  background: #eee;
}
th{
	background:#CCC;
	color:#000;
	}
	
h4{
	
	font-family: Tahoma,Verdana,Arial,helvetica;
    font-weight: 400;
	font-size: 24px;
    line-height: 40px;
	color: inherit;
	}

/* Css For Code Snippet background */
.theme_grey{background: #f5f5f5;
  border:1px solid #dddddd;}
  

.theme_green{
background-color: #dff0d8;
border:1px solid #d6e9c6;

}
.theme_red{
background-color: #f2dede;
border:1px solid #ebccd1;
}
.theme_yellow{
background-color: #fcf8e3;
border:1px solid #faebcc;
}
.theme_blue{
background-color: #d9edf7;
border:1px solid #bce8f1;
}


.note_theme_green{
padding: 14px;
margin: 20px 0;
border: 1px solid #d6e9c6;
border-left-width: 5px;
border-radius: 3px;
border-left-color:#5aaf5b;
color:#3c763d;
background-color: #dff0d8;
}

.note_theme_red{
padding: 14px;
margin: 20px 0;
border: 1px solid #ebccd1;
border-left-width: 5px;
border-radius: 3px;
border-left-color:#ebccd1;
color:#a94442;
background-color: #f2dede;
}
.note_theme_grey{
padding: 14px;
margin: 20px 0;
border: 1px solid #dddddd;
border-left-width: 5px;
border-radius: 3px;
border-left-color:#dddddd;
color:#3c763d;
background-color: #f5f5f5;
}
.note_theme_yellow{
padding: 14px;
margin: 20px 0;
border: 1px solid #faebcc;
border-left-width: 5px;
border-radius: 3px;
border-left-color:#faebcc;
color:#8a6d3b;
background-color: #fcf8e3;
}
.note_theme_blue{
padding: 14px;
margin: 20px 0;
border: 1px solid #bce8f1;
border-left-width: 5px;
border-radius: 3px;
border-left-color:#bce8f1;
color:#31708f;
background-color: #d9edf7;
}