  /*
    Theme Name: Sparkling Child Theme
    Theme URI: http: //abhashtech.com
    Description: This is a custom child theme created for R.H. Sapat College of Engg., Mgmt. studies and research  based on sparkling
    Author: Kunal Gautam
    Author URI: http: //ikunal.in/
    Template: sparkling
    Version: 0.1
    */

    @import url("../sparkling/style.css");
.clear { 
clear:both; 
height:5px;
}

.table {
overflow-x: auto;
}

.widget a{
color: #DA4453!important;
}

html {
  position: relative;
  min-height: 100%;
}

#footer-area {
  bottom: 0;
  width: 100%;

}




.entry-meta .byline, .entry-title  {
display: none !important;
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
    
    #menu-top {
        padding-top: 10px;
    }
