#marv_box{
    border: #888887 solid 1px;
    width: 300px;
    height: 620px;
    padding: 10px;
}
#marv_box a{
    color: black;
    
}

.bloc_wrap {
    width: 100%;
    max-width: 300px;
}

.bloc { 
    width: 100%;
    display:inline-block; 
    vertical-align:top; 
    overflow:hidden; 
    border:solid grey 1px;
}
.bloc select { 
    width: 110%;
    padding:10px; 
    margin:-5px -20px -5px -5px;
}


#mainform {
    padding-bottom: 2%;
}
#mainform select{
    border: 1px solid #34853b;
    -webkit-box-shadow: 2px 2px 2px 1px #AFAFAF;
    box-shadow: 2px 2px 2px 1px #AFAFAF;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #6da438;
    border-radius: 5px;
    font-weight: bold;
}
.title_marv {
    font-size: 16px;
    font-weight: bold;
}
h2 .small {
    font-size: 16px;
}

#mainform label {
    width: 35%;
    display:inline-block;
}
#mainform .button{

    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 170px;
    font-weight: bold;
    height: 50px;
    width: 25%;
    background-color: #000000;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;    
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;    
    color: #FFF;
    font-size:16px;
}
#mainform .button:hover {
    background-color: #8b0000;
    color: white;
}
#mainform .button:focus {
    background-color: #8b0000;
    color: white;
    
}


.marv_red {
    color: red;
}
#marv_wrap {
    /* this is the wrapper for MLS Featured Listings */
    max-width: 550px;
    color: black;

}
#marv_wrap_fill {
    /* this is the wrapper for MLS Featured Listings */
    max-width: 990px;
    color: black;

}
.marv_button{
    height: 31px;
    width: 300px;
    background-image: url("//cdn.xuansiwei.com/cheng8978/wp-content/plugins/fisherdesign/images/download.jpg");
    padding-top: 5px;
    padding-left: 5px;
    color: white;
    font-weight: bold;
    text-align: left;
}
.marv_button a {
    color: white;
}

.mx3 input {
    width: 300px;
}
.mx3 label {
    min-width: 100px;
    display:inline-block;
}
#marv_wide_wrap {
    /* this is the wrapper for MLS Featured Listings */
    max-width: 750px;

}

.entry select {
    min-width: 120px;    

}


table {
    border: none;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: white;
}

table tr {
    border: none;
    padding: 5px;
}

table td {
    padding: 10px;
    text-align: left;

}
table th{
    padding: 10px;
    text-align: left;
}

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.table_marv table, .table_marv td, .table_marv tr {
    border: none;
}


@media screen and (max-width: 600px) {

    table {
    border: 0;
}

table thead {
    display: none;
}

table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
}

table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
}

table td:last-child {
    border-bottom: 0;
}

table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}
}

/*  SECTIONS  ============================================================================= */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
    /* background-color:#F0FFAE; */
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 800 PIXELS */

@media only screen and (max-width: 800px) {
    .col { 
    margin: 1% 0 1% 0%;
}
}
/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
    .span_2_of_2 {
    width: 100%; 
}
.span_1_of_2 {
    width: 100%; 
}
}
/*  GRID OF THREE   ============================================================================= */


.span_3_of_3 {
    width: 100%; 
}

.span_2_of_3 {
    width: 66.13%; 
}

.span_1_of_3 {
    width: 32.26%; 
}


/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
    .span_3_of_3 {
    width: 100%; 
}
.span_2_of_3 {
    width: 100%; 
}
.span_1_of_3 {
    width: 100%;
}
}
/*  GRID OF FOUR   ============================================================================= */


.span_4_of_4 {
    width: 100%; 
}

.span_3_of_4 {
    width: 74.6%; 
}

.span_2_of_4 {
    width: 49.2%; 
}

.span_1_of_4 {
    width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
    .span_4_of_4 {
    width: 100%; 
}
.span_3_of_4 {
    width: 100%; 
}
.span_2_of_4 {
    width: 100%; 
}
.span_1_of_4 {
    width: 100%; 
}
}

/*  GRID OF Five   ============================================================================= */


.span_5_of_5 {
    width: 100%; 
}
.span_4_of_5 {
    width: 78%; 
}

.span_3_of_5 {
    width: 58%; 
}

.span_2_of_5 {
    width: 38%; 
}

.span_1_of_5 {
    width: 18.7%; 
}


/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
    .span_5_of_5 {
    width: 100%; 
}
.span_4_of_5 {
    width: 100%; 
}
.span_3_of_5 {
    width: 100%; 
}
.span_2_of_5 {
    width: 100%; 
}
.span_1_of_5 {
    width: 100%; 
}
}