.my-code{
font-family: “Courier”, sans-serif;
font-size: medium;
width: 100%;
background: Black;
color: White;
/*padding: 24px;*/
border-collapse: collapse;
}
.my-yara-code{
font-family: “Courier”, sans-serif;
font-size: medium;
width: 100%;
background: #F7F9F9;
color: Black;
/*padding: 24px;*/
border-collapse: collapse;
text-align: center;
}
mark.green {
color:#3cb371;
background: none;
}
mark.gray {
color:Gray;
background: none;
}
mark.yellow {
color:Yellow;
background: none;
}
mark.orange {
color:Orange;
background: none;
}
mark.red {
color:Red;
background: none;
}
mark.blue {
color:#33BEFF;
background: none;
}
mark.dark-blue {
color:Blue;
background: none;
}
.table-container {
/*padding: 32px;*/
font-family: “Courier”, sans-serif;
font-size: medium;
}
.table-container table {
width: 100%;
background: #fff;
color: #222;
/*padding: 24px;*/
border-collapse: collapse;
}
.table-container table th {
font-weight: bold!important;
text-transform: none!important;
}
th:first-child { width: 24%; }
th:first-child+th { width: 39%; }
/*
.table-container table td,
.table-container table th {
padding: 16px 32px;
}
*/
.table-container table tr {
border-bottom: 1px solid #eee;
}
@media (max-width: 580px) {
.table-container table thead {
display: none;
}
.table-container table td {
display: block;
}
}
a {
color: blue!important;
}
.central_img {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
}
.central_img img {
border: 1px solid #000000;
}
.central_img p {
text-align: center;
font-style: italic;
}
.width_10 {
width: 10%;
}
.width_15 {
width: 15%;
}
.width_20 {
width: 20%;
}
.width_30 {
width: 30%;
}
.width_40 {
width: 40%;
}
.width_50 {
width: 50%;
}
.width_60 {
width: 60%;
}
.width_80 {
width: 80%;
}
.width_90 {
width: 90%;
}
.width_100 {
width: 100%;
}
ul{
margin-bottom: 5px!important;
}
.interval_12{
margin-bottom: 12px!important;
}
Leave a Reply