.nomargin{
    margin:0;
}

.article-list-default{
    list-style-type: none;
    padding:0;
}

body.debug .row{
  outline: green solid 1px;
}
/*.row > div{
    outline: orange solid 1px;
}*/
.h100{
        height: 100%;
}
.block{            
    /*border:solid 1px black;*/
    /*background: lightblue;*/
    /*text-align: center;
    padding-top: 40px;*/
    /*font-weight: bold;*/
    /*margin-top: 15px;*/
    /*outline: green solid 1px;*/
}
        .block1{            
    /*border:solid 1px black;*/
    /*background: blue;*/
    /*text-align: center;
    padding-top: 40px;*/
    /*font-weight: bold;*/
    /*margin-top: 15px;*/
    /*outline: green solid 1px;*/
}
.mobile-only div{
    background: red;
    color:white;
}
.no-padding{
    padding:0px;
}
.header{
    margin-top: 0px;
}
.border-top{
    border-top: 5px solid #000 !important;
}

.river-border-top{
    border-top: 3px solid #000 !important;
    margin-bottom: 30px;
}

.border-bottom-1{
    border-bottom: 1px solid #000 !important;
}
.border-bottom-2{
    border-bottom: 2px solid #000 !important;
}
#screen-size{
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 20px;
    background: lightgoldenrodyellow;
    z-index: 99;
    padding: 20px;
}
.ad-rectangle {
    /*width: 300px;
    background: purple !important;*/
    color: white;
}

.ad-rectangle-native {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.centerAd{
    margin: 0 auto;
}

@media (min-width: 320px) {
  .mlr-0{
	  margin-left:15px !important;
	  margin-right:15px !important;
  }
  .mlr-15{
	  margin-left:0 !important;
	  margin-right:0 !important;
  }
}
@media (min-width: 768px) {
  .mlr-0{
	  margin-left:0 !important;
	  margin-right:0 !important;
  }
  .mlr-15{
	  margin-left:-15px !important;
	  margin-right:-15px !important;
  }
  .adAlign{
      text-align: center;
      margin: 0 auto 30px;
  }
  
}
@media (min-width: 1024px) {
  .mlr-15{
	  margin-left:0 !important;
	  margin-right:0 !important;
  }
  .adAlign{
      text-align: center;
      margin-left: -15px;
      margin-bottom: 0;
  }
}
