.frame.frame-default.frame-type-textpic.frame-no-image {
  padding:15px !important;
}
@media (min-width: 768px){
.result_table ul.table_body li,.result_table ul.table_header li ,.result_table ul.table_body li:last-of-type, .result_table ul.table_header li:last-of-type{
width:25% !important;
}}
@media (max-width: 767px){
.result_table ul.table_body li,.result_table ul.table_header li, .result_table ul.table_body li:last-of-type, .result_table ul.table_header li:last-of-type {
width:100% !important;
}
.result_table ul.table_body li:first-of-type,.result_table ul.table_header li:first-of-type{
font-weight:bold !important;
}
}

.in2studyfinder-loader {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.in2studyfinder-loader--active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.in2studyfinder-loader__icon {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-animation: in2studyfinder-loader-rotating 1s linear infinite;
  animation: in2studyfinder-loader-rotating 1s linear infinite; }

@keyframes in2studyfinder-loader-rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
