.pac-container:after {
  content : none !important;
}

.clearfix:after,
.clearfix:before {
  content     : '.';
  clear       : both;
  font-size   : 0;
  line-height : 0;
  height      : 0;
  overflow    : hidden;
  display     : block;
}

.more-result {
  margin : 10px;
}

body.no-scroll {
  position : fixed;
  top      : 0;
  right    : 0;
  bottom   : 0;
  left     : 0;
}

.no-scroll {
  overflow : hidden !important;
}

.area-scroll {
  overflow-y : scroll !important;
}

.area-loading {
  position : absolute;
  top      : 240px;
  left     : 0;
  bottom   : 0;
  right    : 0;
}

.area-loading .container-list {
  position : absolute;
  top      : 0;
  bottom   : 0;
  left     : 0;
  right    : 0;
}

.area-loading .container-list .list-centres-container {
  top      : 50px;
  bottom   : 0;
  position : absolute;
  left     : 0;
  right    : 0;
}

.v-align {
  vertical-align : middle;
  display        : inline-block;
  width          : 100%;
}

.ico-before {
  position : relative;
}

.ico-before:before {
  content  : ' ';
  position : absolute;
}

.t-center {
  text-align : center;
}

/* PRINT */

.itineraire-container.print {
  background       : none;
  background-color : #ffffff;
  width            : 680px;
  margin           : 0px auto;

}

.itineraire-container.print .itineraire-content {
  height     : auto;
  overflow-y : hidden;
  position   : relative;
  top        : 0;
}

.page-view-centre.print .sidebar {
  width    : 700px;
  position : relative;
  display  : block;
  margin   : 0px auto;
  top      : 0;
  left     : 0;
  right    : 0;
}

/* WIDGET */

.widget-recherche-centre {
  background-color : #e5e9ee;
  height           : 130px;
  display          : inline-block;
  width            : 100%;
  position         : relative;
}

.widget-recherche-centre .content {
  min-width : 728px;
  max-width : 1020px;
  margin    : 0px auto;
}

.widget-recherche-centre .img {
  position     : absolute;
  top          : 20px;
  margin-right : 35px;
}

.widget-recherche-centre .form {
  float       : left;
  margin-top  : 40px;
  margin-left : 350px;
}

.widget-recherche-centre .geoloc {
  float      : right;
  margin-top : 50px;
}

.widget-recherche-centre .geoloc .btn-geolocation {
  background      : url('/images/front/btn-geoloc.png') 0 0 no-repeat transparent;
  padding-left    : 30px;
  text-decoration : none;
  color           : #719d00;
  font-size       : 15px;
  font-family     : Arial;
  height          : 25px;
  line-height     : 25px;
  display         : inline-block;
}

.widget-recherche-centre .geoloc .btn-geolocation:hover {
  color : #92c900;
}

/* START TIPS */

.tips-centre-conseil .tip-top {
  width            : 230px;
  height           : 4px;
  background-color : #ffffff;
}

.tips-centre-conseil .tip {
  width            : 230px;
  background-color : #ffffff;
}

.tips-centre-conseil .tip-bottom {
  width            : 230px;
  height           : 5px;
  background-color : #ffffff;
}

.tips-centre-conseil .tip .tip-text {
  width       : 230px;
  text-align  : left;
  font-family : arial, helvetica, sans-serif;
  font-size   : 11px;
  color       : #0062ac;
  font-weight : bold;
  line-height : 13px;
  padding     : 10px;
}

.tips-centre-conseil .tip .tip-text span {
  float        : left;
  line-height  : 16px;
  margin-right : 6px;
}

/* END TIPS */

.box-shadow {
  -moz-box-shadow    : 2px 2px 3px 0px #aab3bf;
  -webkit-box-shadow : 2px 2px 3px 0px #aab3bf;
  -o-box-shadow      : 2px 2px 3px 0px #aab3bf;
  box-shadow         : 2px 2px 3px 0px #aab3bf;
}

#loader {
  position   : fixed;
  top        : 0;
  bottom     : 0;
  left       : 0;
  right      : 0;
  z-index    : 99999;
  background : rgba(255, 255, 255, 0.3);
}

#loader p {
  font-size   : 14px;
  font-weight : 400;
  color       : #ffffff;
  position    : absolute;
  top         : 50%;
  margin-top  : -40px;
  left        : 50%;
  margin-left : -150px;
  width       : 300px;
  height      : 80px;
  line-height : 80px;
  text-align  : center;
  background  : rgba(0, 0, 0, 0.7);
}

#loader p .inner {
  display        : inline-block;
  vertical-align : middle;
  padding        : 0 10px;
  line-height    : normal;
}

/* INFO WINDOW GGMAP */
.IW {
  color     : #001185;
  font-size : 16px;
}

.IW .img {
  text-align : center;
}

.IW .nom {
  font-size  : 20px;
  max-width  : 215px;
  text-align : left;
}

.IW .lien {
  text-decoration : underline;
  color           : #f8390c;
  font-style      : italic;
  font-size       : 14px;
}

.IW:hover .lien {
  color : #001185;
}

.container-centres {
  position : relative;
  display  : block;
}

.container-centres .inside {
  width    : 680px;
  float    : left;
  position : relative;
  padding  : 0 10px;
}

.container-centres .map {
  position                  : fixed;
  /*width: 33%;*/
  top                       : 77px;
  left                      : 0;
  bottom                    : 0;
  right                     : 680px;
  overflow                  : hidden;
  webkit-overflow-scrolling : touch;
}

.container-centres .map .no-refresh-map {
  position         : absolute;
  top              : 8px;
  left             : 100px;
  padding          : 10px 15px;
  background-color : #ffffff;
  z-index          : 999;
  border           : 1px solid #dce0e0;
}

.container-centres .map .no-refresh-map span {
  color       : #71859b;
  margin-left : 5px;
  font-size   : 12px;
  font-family : Arial Rounded MT Bold, Arial;
}

.container-centres .map .no-refresh-map span:hover {
  cursor : pointer;
}

.container-centres .map .map-search-canvas {
  height : 100%;
}

.container-centres .sidebar {
  display                    : block;
  width                      : 680px;
  position                   : fixed;
  right                      : 0;
  left                       : auto;
  bottom                     : 0;
  top                        : 77px;
  -webkit-overflow-scrolling : touch;
  background-color           : #bdc7d5;
}

.container-centres .sidebar .filter {
  height           : 100px;
  background-color : #e5e9ee;
  border-bottom    : 1px solid #92adcb;
  padding          : 25px 20px;
}

.container-centres .sidebar .filter .field-label {
  float        : left;
  margin-right : 20px;
}

.container-centres .sidebar .filter label {
  color       : #0065c8;
  font-size   : 17px;
  font-family : Arial Rounded MT Bold, Arial;
  line-height : 50px;
  height      : 50px;
}

.container-centres .sidebar .filter .field-input {
  float : left;
}

.container-centres .sidebar .filter .field-input input {
  width : 345px;
}

.container-centres .sidebar .filter .field-input button {
  width : 70px;
}

.container-centres .sidebar .result-info {
  height           : 50px;
  background-color : #ffffff;
  border-bottom    : 1px solid #92adcb;
  padding          : 0px 15px;
}

.container-centres .sidebar .result-info .count-result {
  height : 50px;
}

.container-centres .sidebar .result-info .count-result p {
  height      : 50px;
  line-height : 50px;
  color       : #667489;
  font-size   : 15px;
  font-family : Arial Rounded MT Bold, Arial;
}

.container-centres .sidebar .result-info .count-result p a {
  text-decoration : underline;
  color           : #667489;
}

.container-centres .sidebar .list-centres-container {
  background-color : #bdc7d5;
  padding          : 10px;
}

/*.container-centres .sidebar .list-centres-container a.more-results {
    display: block;
    color : #005FCE;
    font-size: 16px;
    font-family: Arial Rounded MT Bold, Arial;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    background-color: #FFF;
    margin: 10px;
}

.container-centres .sidebar .list-centres-container a.more-results:hover {
    background-color: #0065C8;
    color: #FFF;
}*/

.container-centres .sidebar .list-centres {
  display : inline-block;
}

.container-centres .sidebar .list-centres .item-centre {
  float            : left;
  width            : 300px;
  height           : 290px;
  background-color : #ffffff;
  margin           : 10px;
  padding          : 10px;
  position         : relative;

}

.container-centres .sidebar .list-centres .item-centre * {
  z-index : 1;
}

.container-centres .sidebar .list-centres .item-centre .opacity {
  position   : absolute;
  top        : 0;
  right      : 0;
  bottom     : 0;
  left       : 0;
  background : url('/images/front/opacity-BDC7D6-45.png') 0 0 repeat transparent;
  z-index    : 2;
}

.container-centres .sidebar .list-centres .item-centre .ico-num-place {
  position    : absolute;
  background  : url('/images/front/sprites-centre.png') 0px -133px no-repeat transparent;
  width       : 24px;
  height      : 30px;
  top         : 10px;
  left        : 12px;
  text-align  : center;
  color       : #ffffff;
  line-height : 23px;
  font-size   : 13px;
}

.container-centres .sidebar .list-centres .item-centre .ico-num-place.default {
  background-position : 0 -362px;
  width               : 22px;
  height              : 31px;
}

.container-centres .sidebar .list-centres .item-centre .container_adresse {
  height      : 105px;
  line-height : 105px;
}

.container-centres .sidebar .list-centres .item-centre .container_adresse .contenu {
  line-height    : 14px;
  display        : inline-block;
  vertical-align : middle
}

.ico-services {
  z-index: 3 !important;
}

.ico-services .ico {
  display : inline-block;
}

.ico-services .ico:before {
  content  : ' ';
  position : absolute;
}

.ico-services .centre-conseil,
.ico-services .centre-conseil:before {
  width  : 38px;
  height : 38px;
}

.ico-services .centre-conseil:before {
  background : url('/images/front/sprites-centre.png') 0px -165px no-repeat transparent;
}

.ico-services .pel,
.ico-services .pel:before {
  width  : 25px;
  height : 19px;
}

.ico-services .pel:before {
  background : url('/images/front/sprites-centre.png') 0px -22px no-repeat transparent;
}

.ico-services .objectif_code,
.ico-services .objectif_code:before {
  width  : 60px;
  height : 50px;
}

.ico-services .objectif_code:before {
    background: url('../../images/objectif_code/logo_oc.png')  6px 5px no-repeat transparent;
}

.ico-services .paiement-sans-frais,
.ico-services .paiement-sans-frais:before {
  width  : 23px;
  height : 23px;
}

.ico-services .paiement-sans-frais:before {
  background : url('/images/front/sprites-centre.png') 0px -43px no-repeat transparent;
}

.ico-services .activite-l,
.ico-services .activite-l:before {
    width: 60px;
    height: 50px;
}

.ico-services .activite-l:before {
    background: url('/images/activites/secu_picto_L.png') center center no-repeat transparent;
    background-size: 80%;
}

.ico-services .label-integral,
.ico-services .label-integral:before {
    width: 60px;
    height: 50px;
}

.ico-services .label-integral:before {
    background: url('/images/activites/secu_picto_integral.png') center center no-repeat transparent;
    background-size: 80%;
}


.container-centres .sidebar .list-centres .item-centre .ico-services {
  position : absolute;
  right    : 0;
  width    : 60px;
}

.container-centres .sidebar .list-centres .item-centre .ico-services .ico {
  position : relative;
  width    : 60px;
  height   : 50px;
  border   : 1px solid #f1f3f5;
}

.ico-services .ico p {
  color       : #71859b;
  font-size   : 10px;
  text-align  : center;
  line-height : 10px;
  margin-top  : 25px
}

.ico-services .ico.centre-conseil p {
  margin-top : 40px;
}

.container-centres .sidebar .list-centres .item-centre .ico-services .centre-conseil {
  height : 65px;
}

.container-centres .sidebar .list-centres .item-centre .ico-services .centre-conseil:before {
  top  : 4px;
  left : 10px;
}

.container-centres .sidebar .list-centres .item-centre .ico-services .pel:before {
  top  : 4px;
  left : 17px;
}

.container-centres .sidebar .list-centres .item-centre .ico-services .paiement-sans-frais p {
  margin-top : 33px;
}

.container-centres .sidebar .list-centres .item-centre .ico-services .paiement-sans-frais:before {
  top  : 6px;
  left : 18px;
}

.container-centres .sidebar .list-centres .item-centre .infos-centre-item {
  margin-left : 35px;
  width       : 190px;
  display     : block;
}

.infos-centre-item .city-centre {
  font-size       : 18px;
  color           : #009315;
  font-family     : Arial Rounded MT Regular, arial;
  text-transform  : uppercase;
  text-decoration : underline;
}

.infos-centre-item .dist-to-place {
  color       : #009845;
  font-size   : 11px;
  font-family : Arial Rounded MT Regular, arial;
  font-style  : italic;
}

.infos-centre-item .address {
  font-size   : 12px;
  font-family : Arial Rounded MT Regular, arial;
  color       : #595e69;
  margin-top  : 10px;
}

.infos-centre-item .address-cmplt {
  margin-top : 0;
}

.infos-centre-item .cp-city {
  font-size   : 12px;
  font-family : Arial Rounded MT Regular, arial;
  color       : #595e69;
}

.infos-centre-item .tel {
  color        : #005fce;
  font-size    : 12px;
  font-family  : Arial Rounded MT Bold, arial;
  padding-left : 25px;
  height       : 23px;
  line-height  : 23px;
  margin-top   : 5px;
}

.infos-centre-item .tel.ico-before:before {
  background : url('/images/front/sprites-centre.png') 0px -107px no-repeat transparent;
  top        : 0;
  left       : 0;
  width      : 23px;
  height     : 24px;
}

.container-centres .sidebar .list-centres .item-centre .actions {
  position : absolute;

  left     : 10px;
  right    : 10px;
  bottom   : 10px;
}

.container-centres .sidebar .list-centres .item-centre .actions .action {
  font-size    : 12px;
  color        : #728599;
  font-family  : Arial Rounded MT Bold, arial;
  padding-left : 25px;
  height       : 20px;
  line-height  : 20px;
  display      : block;
  margin       : 5px 0px 5px 41px;
}

.container-centres .sidebar .list-centres .item-centre .actions .action:before {
  background : url('/images/front/sprites-centre.png') 0 0 no-repeat transparent;
}

.container-centres .sidebar .list-centres .item-centre .actions .view-centre:before {
  background-position : 0 -86px;
  width               : 18px;
  height              : 20px;
  left                : 0;
}

.container-centres .sidebar .list-centres .item-centre .actions .web-site:before {
  background-position : 0px -67px;
  width               : 19px;
  height              : 20px;
  left                : 0;
}

.container-centres .sidebar .list-centres .item-centre .actions .action:hover {

}

.container-centres .sidebar .list-centres .item-centre .actions .btn_rdv {

}

.container-centres .detail-centre {
  padding : 10px;
}

.container-centres .detail-centre .ico-services > p {
  color          : #72859c;
  text-transform : uppercase;
  font-size      : 11px;
  font-family    : Arial Rounded MT Regular, arial;
  margin-top     : 10px;
  margin-bottom  : 5px;
}

.container-centres .detail-centre .ico-services .ico.pel {
  margin-right : 10px;
  margin-top   : 2px;
}

.container-centres .detail-centre .ico-services .ico.paiement-sans-frais p {
  margin-top  : 1px;
  margin-left : 27px;
}

.container-centres .back-and-print {
  display          : block;
  width            : 100%;
  background-color : #ffffff;
  overflow         : hidden;
  height           : 50px;
}

.container-centres .back-and-print .btn-back {
  float        : left;
  padding-left : 25px;
  line-height  : 50px;
  height       : 50px;
}

.container-centres .back-and-print .btn-back:before {
  background : url('/images/front/sprites-centre.png') 0 -236px no-repeat transparent;
  width      : 19px;
  height     : 19px;
  left       : 0;
  top        : 14px;
}

.btn-print {
  float        : right;
  padding-left : 30px;
  line-height  : 50px;
  height       : 50px;
}

.btn-print:before {
  background : url('/images/front/sprites-centre.png') 0 -205px no-repeat transparent;
  width      : 22px;
  height     : 29px;
  left       : 0;
  top        : 8px;
}

.container-centres .wrapper-fieldset {
  padding          : 15px;
  background-color : #ffffff;
  max-width        : 660px;
  min-width        : 660px;
  margin           : 10px;
  float            : left;
}

.container-centres .wrapper-fieldset h3 {
  color         : #0052d6;
  font-size     : 20px;
  font-family   : Arial Rounded MT Bold, arial;
  margin-bottom : 10px;
}

.container-centres .wrapper-fieldset h4 {
  color         : #00a53a;
  font-size     : 15px;
  font-family   : Arial Rounded MT Bold, arial;
  margin-bottom : 10px;
}

.container-centres .wrapper-fieldset table {
  margin-bottom : 10px;
}

.container-centres .wrapper-fieldset table tbody {
  border : 1px solid #ffffff;
}

.container-centres .wrapper-fieldset table tr {

}

.container-centres .wrapper-fieldset table tr th,
.container-centres .wrapper-fieldset table tr td {
  padding : 10px;
}

/*.container-centres .wrapper-fieldset table tr th.border-top,
.container-centres .wrapper-fieldset table tr td.border-top {
    border-top: 1px solid #DCDCDC;
}

.container-centres .wrapper-fieldset table tr th.border-right,
.container-centres .wrapper-fieldset table tr td.border-right {
    border-right: 1px solid #DCDCDC;
}

.container-centres .wrapper-fieldset table tr th.border-bottom,
.container-centres .wrapper-fieldset table tr td.border-bottom {
    border-bottom: 1px solid #DCDCDC;
}

.container-centres .wrapper-fieldset table tr th.border-left,
.container-centres .wrapper-fieldset table tr td.border-left {
    border-left: 1px solid #DCDCDC;
}*/

.container-centres .wrapper-fieldset table tr th,
.container-centres .wrapper-fieldset table tr td {
  border : 1px solid #dcdcdc;
}

.container-centres .wrapper-fieldset table tr th.td-key,
.container-centres .wrapper-fieldset table tr td.td-key,
.container-centres .wrapper-fieldset table tr td.td-key p {
  color       : #0052d6;
  font-size   : 12px;
  font-family : Arial Rounded MT Bold, arial;
}

.container-centres .wrapper-fieldset table tr th.td-key.td-key-black,
.container-centres .wrapper-fieldset table tr td.td-key.td-key-black,
.container-centres .wrapper-fieldset table tr td.td-key.td-key-black p {
  color : #000000;
}

.container-centres .wrapper-fieldset table tr td.td-value,
.container-centres .wrapper-fieldset table tr td.td-value p {
  color       : #595e69;
  font-size   : 12px;
  font-family : Arial Rounded MT Bold, arial;
}

.container-centres .wrapper-fieldset.mentions {
  color     : #525959;
  font-size : 12px;
}

.container-centres .wrapper-fieldset.informations .sep {
  width            : 100%;
  height           : 1px;
  display          : block;
  background-color : #b6c3d6;
  margin           : 15px auto;
}

.container-centres .wrapper-fieldset.informations > button {
  margin : 0px auto;
}

.container-centres .wrapper-fieldset.tarifs p.mentions {
  color      : #525959;
  font-size  : 10px;
  font-style : italic;
}

.itineraire-container .actions {
  position         : absolute;
  top              : 0;
  left             : 0;
  right            : 0;
  background-color : #f7f8fa;
  height           : 50px;
}

.itineraire-container .actions p {
  color       : #0057d4;
  font-size   : 13px;
  line-height : 50px;
  height      : 50px;
  float       : left;
  font-family : Arial Rounded MT Bold, arial;
  margin-left : 20px;
}

.itineraire-container .actions .btn-print {
  margin-right : 35px;
}

.itineraire-container .actions .btn-close {
  position  : absolute;
  top       : 12px;
  right     : 0;
  font-size : 23px;
}

.itineraire-container .actions .btn-close:before {
  content          : '';
  position         : absolute;
  left             : -10px;
  width            : 1px;
  height           : 20px;
  background-color : #7da9e8;
  top              : 2px;
}

.itineraire-container {
  position   : absolute;
  top        : 0;
  right      : 0;
  bottom     : 0;
  left       : 0;
  background : url('/images/front/opacity-003864-75.png') 0 0 repeat transparent;
}

.itineraire-container .itineraire-content {
  position         : absolute;
  top              : 70px;
  left             : 20px;
  width            : 660px;
  height           : 80%;
  background-color : #ffffff;
  overflow-y       : scroll;
  overflow-x       : hidden;
  padding          : 15px;
}

.itineraire-container .duration-and-distance {

}

.itineraire-container .duration-and-distance .duration {
  color       : #0052d6;
  font-size   : 20px;
  font-family : Arial Rounded MT Bold, arial;
  text-align  : right;
}

.itineraire-container .duration-and-distance .distance {
  color       : #009416;
  font-size   : 12px;
  font-family : arial;
  font-style  : italic;
  text-align  : right;
}

.itineraire-container .start-address p,
.itineraire-container .end-address p {
  color          : #009416;
  font-size      : 18px;
  font-family    : Arial Rounded MT Bold, arial;
  line-height    : 20px;
  vertical-align : middle;
  display        : inline-block;
}

.itineraire-container .start-address,
.itineraire-container .end-address {
  padding-left : 40px;
  height       : 40px;
  line-height  : 40px;
  position     : relative;
  margin       : 10px 0;
}

.itineraire-container .start-address:before,
.itineraire-container .end-address:before {
  content    : '';
  position   : absolute;
  width      : 27px;
  height     : 40px;
  background : url('/images/front/sprites-centre.png') 0 0 no-repeat transparent;
  left       : 0;
}

.itineraire-container .start-address:before {
  background-position : 0 -257px;
}

.itineraire-container .end-address:before {
  background-position : 0 -299px;
}

.itineraire-container .mentions {
  margin-top : 20px;
}

.itineraire-container .mentions p {
  color     : #9797a5;
  font-size : 11px;
}

.widget-itineraire {
  position           : absolute;
  right              : -279px;
  top                : 70px;
  z-index            : 999;
  -webkit-transition : right 0.2s ease-in-out 0s !important;
  -moz-transition    : right 0.2s ease-in-out 0s !important;
  -ms-transition     : right 0.2s ease-in-out 0s !important;
  -o-transition      : right 0.2s ease-in-out 0s !important;
  transition         : right 0.2s ease-in-out 0s !important;
}

.widget-itineraire .picto-itineraire:hover {
  cursor : pointer;
}

.widget-itineraire.open {
  right : 0;
}

/* Itinéraire GGMAP */

.adp * {
  font-family    : Arial Rounded MT Regular, arial !important;
  vertical-align : middle !important;
}

.adp .adp-placemark,
.adp .adp-summary,
.adp .adp-legal {
  display : none;
}

.adp table {
  width : 100%;
}

.adp td {
  color : #333333;
}

.adp td div {
  font-style : italic;
  color      : #728499;
}

.adp b, .adp-list b {
  font-weight : 0 !important;
  font-family : Arial Rounded MT Bold, arial !important;
}

.adp-step, .adp-substep {
  height  : 40px;
  padding : 12px 3px;
  border  : none;
}

.adp-distance {
  color : #728499;
}

.view_liste_centre .footer {
  background : none;
}

.view_liste_centre #footer_block {
  background-color : #004082;
}

/* Médias Queries */

@media screen and (min-width : 481px) and (max-width : 1000px) {

  .container-centres .sidebar .filter {
    padding : 13px 20px;
  }

  .container-centres .sidebar .filter .field-label label {
    float       : none;
    height      : 20px;
    line-height : 20px;
  }

  .container-centres .sidebar .filter .field-input input {
    width : 250px;
  }

  .page-list-centres .map {
    right : 360px;
  }

  .page-list-centres .sidebar {
    width : 360px;
  }

  .more-result {
    width : 300px;
  }

  .widget-recherche-centre .form {
    margin-top  : 15px;

    display     : block;
    float       : none;
    margin-left : 350px;
  }

  .widget-recherche-centre .form .search-field input {
    width : 300px;
  }

  .widget-recherche-centre .geoloc {
    margin-top  : 20px;
    float       : left;
    margin-left : 350px;
  }

  /* Widegt Itineraire */
  .itineraire {
    width : 280px;
  }

  .itineraire input {
    width : 160px
  }

  .widget-itineraire {
    right : -220px;
  }

}

@media screen and (min-width : 1001px) and (max-width : 1380px) {

  .page-list-centres .map {
    right : 680px;
  }

  .page-list-centres .sidebar {
    width : 680px;
  }

  .more-result {
    width : 620px;
  }

}

@media screen and (min-width : 1381px) {

  .container-centres .sidebar .filter .field-input input {
    width : 500px;
  }

  .page-list-centres .map {
    right : 1000px;
  }

  .page-list-centres .sidebar {
    width : 1000px;
  }

  .more-result {
    width  : 940px;
    margin : 10px;
  }

}





