.body-text {
    color: red;
  }
  #myDiv {
    display: none;
  }
.loader {
  display: inline-block;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
a.yellow_btn1 {
  background: #5b2067;
  border: 0px;
  color: #ffffff;
  padding: 10px 5px;
  font-size: 13px;
  text-transform: none;
  border-radius: 6px;
  background-clip: padding-box;
  font-weight: normal;
  text-align: center;
  margin-left: 10px;
}
.price_table tbody, td, tfoot, th, thead, tr {
  background-color: #fff;
}
.page_tabs.company_profile .about_inner_nav .tab_navigation {
  float: left;
  width: 100% !important;
}
.ragner-label i.fa.fa-plus {
  color: #db5400;
}
#company_profile_takeover1 .modal-header {
  display: inline-block !important;
  font-size: 30px !important;
  float: right;
}
.jindal .modal-dialog .modal-content .modal-body .buy_sell_btn .buy
{
  padding: 7px 18px !important;
}
#company_profile_takeover1 .modal-content .nav>li>a:focus {
  background: #5b2a62 0% 0% no-repeat padding-box !important;
}
#company_profile_takeover1 .tab_container .tab_head {
  background: transparent !important;
  position: relative;
}
#company_profile_takeover1 .modal-dialog .nav-item {
  padding: 0px 0px;
}
#company_profile_takeover1 .modal .modal-body i {
  color: #646464 !important;
  font-size: 14px !important;
  margin-top: 0px !important;
}

.modal .modal-body i {
  color: #646464 !important;
  font-size: 14px !important;
  margin-top: 0px !important;
}
.jindal .modal-dialog .modal-content .tab_container .tab-content .market_popup_graph .duration
{
  border-top: 0px solid #d7d7d7 !important;
}
.announcementslist
{
  height: 150px;
}
.stockcompanies p {
  height: 81px;
}
.stockcompanies h6 {
  height: 26px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation: portrait)
{
  .stockcompanies p {
    line-height: 18px;
  }
}
/* .tab_container .tab_head .nav-tabs .active a:hover, .tab_container .tab_head .nav-tabs .active a:focus
{
  background-color: #5b2067 !important;
  color: #ffffff !important;
}
.tab_container .tab_head .nav-tabs .active a
{
  background-color: #fff !important;
  color: #646464 !important;
} */