@charset 'utf-8';
/*
  Theme Name: SevenHillsChild
  Theme URI: http://summercamp.ancorathemes.com/
  Description: SevenHills - Multipurpose and Multiskin Responsive Wordpress theme
  Author: AncoraThemes
  Author URI: http://ancorathemes.com/
  Template: sevenhills
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
  Text Domain:  sevenhills
*/




/* =Theme customization starts here
-------------------------------------------------------------- */
.table-sponsor-a-camper-list {table-layout: auto; width: 100%;border: 1px solid;}

table.table-sponsor-a-camper-list tr {
    border: 1px solid;
}





.student_details{
  width: 850px;
    border-collapse: collapse;
    margin: 50px auto;
    clear: both;
}

.student_details th,.student_details td{
    padding: 10px;
    border: 1px solid #ccc !important;
    text-align: left;
    font-size: 18px;
}

.section_title{
	   text-align: center !important;
    font-size: 30px !important;
    font-weight: bold;
    color: #444444;
}

.application_status{
  float: left;
}

.applicatiion_approved_status{
        float: right;
}

.applicatiion_approved_status h6{
    padding: 10px 20px;
    background-color: #008000;
    color: #ffffff !important;
    font-size: 18px;
}


.applicatiion_approved_status h5{
    padding: 10px 20px;
    background-color: #FF0000;
    color: #ffffff !important;
    font-size: 18px;
}





@media screen and (max-width: 900px) and (min-width:320px) {
  .student_details{
  width: 80% !important;
	padding:20px;
}
}