﻿body {
    padding: 0 !important;
}

/* BUILD BUTTON */
button.btn-build {
    background-color: #00A1FF;
    color: #ffffff;
    width: 80%;
    height: 38px;
    border-radius: 3px;
    border: 0px solid #ffffff;
    font-weight: bold;
    margin-top: -10px;
}

@media only screen and (max-width: 2500px) {
    .page-content-top {        
        /*border:1px solid green;*/
    }

    .row-fluid.results-header {
        /*border:1px solid red;*/
        margin-top: 15px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-left: 0.2%;
    }

    p.p1-custom {
        /*border: 1px solid blue;*/
        font-size: 25px;
        font-weight: bold;
        color: #000000;

        margin-bottom: 5px;
        margin-left: 0px;
    }

    p.p2-custom {
        /*border: 1px solid blue;*/
	padding-top: 5px;
        font-size: 20px;        
        color: #000000;
        margin-left: 0px;
    }

    p.p3-custom {
        /*border: 1px solid blue;*/
        font-size: 15px;        
        color: #000000;
        
        margin-bottom: 10px;
        margin-left: 0px;
    }

}

@media only screen and (max-width: 1200px) {
  
    .page-content-top {
        /*border:1px solid green;*/
    }

    .row-fluid.results-header {
        /*border:1px solid red;*/
        margin-left: 1.5%
    }

    .row-fluid.results-header.p.p1.custom {
        /*border: 1px solid blue;*/
    }

}

@media only screen and (max-width: 979px){
    

}

/* IPAD PORTRAIT */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}

/* IPAD LANDSCAPE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* LANDSCAPE PHONE */
@media only screen and (max-width: 767px) {
    
}

/* PORTRAIT PHONE */
@media only screen and (max-width: 480px) {

    .page-content-top 
    {                
    
    }

    .row-fluid.results-header {        
        margin-top: 15px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-left: 3%;
    }

    p.p1-custom {        
        font-size: 20px;
        font-weight: bold;
        color: #000000;

        margin-bottom: 5px;
        margin-left: 0px;
    }

    p.p2-custom {        
	padding-top: 5px;
        font-size: 15px;        
        color: #000000;
        margin-left: 0px;
    }

    p.p3-custom {        
        font-size: 15px;        
        color: #000000;
        
        margin-bottom: 10px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 320px) {
    
}



