



.bold {
  color: #4a4aea;
  font-weight: bold;
}
.section-border {
    box-shadow: none;
}
/*.b {
    border-right: 2px solid #c1b9b9;
}*/
hr.half-dashed-line {
    margin: 25px 0px;
    border-top: 1px dashed #909192;
    width: 100%;
}

.webinar-details table tr th {
    font-size: 15px;
    text-align: center;
    /*font-family: Verdana, Helvetica, Arial;    */
    color: #41a241;
    font-weight: bold;
    border: 1px solid #89b6e2 !important;
}
.webinar-details table tr td {
    font-size: 15px;
    border: 1px solid #89b6e2 !important;
}
.webinar-details table .merge {
    background-color: #d7f7d7;
    font-weight: bold;
}
.table td:nth-child(1) {
    text-align: left;
}
.table td:nth-child(4) {
    text-align: center;
}
.table td button {
    margin-top: 65%;
}
.table .mech button {
    margin-top: 100%;
}

.table td:nth-child(4) a {
    font-weight: bold;
    color: #7371d2;
}
.table td input[type=checkbox], .table .href {
    cursor: pointer;
}
.table .href {
  color: #0e0ee2;
  text-decoration: underline;
}

.hidden-table, .hidden-table:hover {
     background-color: #f7f5f5 !important;
 }


#webinar-topics h3, .what-you-get h4 {
    text-transform: uppercase;
}

#covered-topic-list {
    margin: 20px 0px;
}
#covered-topic-list .indv-topics {
    text-align: justify;
    margin-top: 10px;
}

#covered-topic-list ol li {
  margin: 15px 0px 15px 0px;
  /*border: 1px solid red;*/
}
#covered-topic-list ol ul li {
    margin: 0px 0px 0px 25px;
}
#covered-topic-list ol li span {
  font-size: 17px;
  text-decoration: underline;
}

#iotMain .solution-content h4 {
    font-size: 23px;
}
