
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eeeeee;
    border-radius: 0.25rem;
  }
  
  .card {
    border: 2;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  
   
 .card-icon {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px white;
  }
  
  
  
  .card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  }
  
  
  .card-title {
    color: #3C4858;
    text-decoration: none;
  }
  
  
  .card .card-header.card-header-icon .card-title,
  .card .card-header.card-header-text .card-title {
    margin-top: 0;
    color: #3C4858;
  }
  
 
  .card .card-body+.card-footer,
  .card .card-footer {
    padding: 0;
    padding-top: 10px;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
  }
 
  .card .card-body+.card-footer .stats,
  .card .card-footer .stats {
    color: #999999;
    font-size: 12px;
  }
  

  
  .card [class*="card-header-"] {
    margin: 0px 15px 0;
    padding: 0;
    position: relative;
  }
  
  
  
  #card-asos,
  #card-bookcites,
  #card-sobiad{
    border-radius: 3px;
    background-color: white;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
  }
  
  
  
 
 
  .card-stats .card-header.card-header-icon,
  .card-stats .card-header.card-header-text {
    text-align: right;
  }
  
  .card-stats .card-header .card-icon {
    padding-top: 10px;
  }
 
  
  .card-stats .card-header .card-category:not([class*="text-"]) {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;

  }
  
  .card-stats .card-header+.card-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
  }
  
  .card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
  }
  
  .card-stats .card-body {
    text-align: right;
  }
  
p{
    margin: 0 0 0px;
}

#card-asos{
      box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}
#card-sobiad{
      box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
}
#card-bookcites{
      box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}
.alert-info{
    background-color: #2196f31f;
}
    .displaystyle {
    padding: 15px;
    margin: 15px;
    margin-bottom: 10px;
    box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.19), 10px 12px 20px 10px rgba(0, 0, 0, 0.19);
}
.displaystyle-fullborder {
    padding: 15px;
    margin: 15px 0;
    border: 3px solid #7f7f84;
    margin-bottom: 10px;
    box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.19), 10px 12px 20px 10px rgba(0, 0, 0, 0.19);
}
.displaystyle-success {
    border-color: #80D651;
}
.displaystyle-info {
    border-color: #9ca6f1;
}
.info-display {
    margin: 8px 8px;
  }

  .message {
    width: 50%; 
    margin: 0 auto;   
    padding: 19px;
    margin: 0 auto;
    background-color: #FFFFFF; 
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  }
  .success {
    border-right-color: #2b542c;
    border-radius: 31px;
    background-color: rgba(43, 84, 44, 0.2);
    border-right-color: #2b542c; /* Side Effect Colors */
    border-left-color: #2b542c; /* Side Effect Colors */
    border: 1px solid #2b542c;
    border-right-width: 19px;
    border-left-width: 19px;
  }
