@media (max-width: 767px){
  .plugin_row{
    padding: 30px;
  }
  
  .col-xs-hidden{
    display: none;
  }
}

.plugins_title_cat {
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 2px solid #9b9b9b;
  margin-bottom: 20px;
  font-weight: bold;
  color: #2d3e48;
}

.tooltip-inner {
    background-color: #394044;
}

.tooltip-arrow {
    border-top-color: #394044 !important;
}

div.slide div.release_summary_plugin.row{
  padding-left: 0;
}

.slide, .plugin_button a{
  cursor: pointer;
}

.release_summary_plugin .col{
  height: 60px;
  line-height:60px;
}

.plugin_listing .row{
  margin-left: 0;
}
  
.plugin_image{
  text-align: center;
}

.plugin_description{
  color: #9b9b9b;
}

.plugin_title h3 {
    color: #00a4ff;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: normal;
  
  	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fa-cloud-download{
  	height: 40px;
    width: 90px;
    background-color: #00a5ff;
    border-radius: 4px;
}

.fa-cloud-download:hover{
    background-color: #008dda;
}

.fa-cloud-download:before{
  	color: white;
    position: absolute;
    left: 50px;
    top: 11px;
}

.fa-cloud-download.disabled_plugin{
    background-color: #b0bec5;
    cursor: not-allowed;
}