.msl-cgp-tips-widget {
  margin: 15px 0;
  padding: 5px 3px 5px 10px;
  clear: both;
  box-sizing: border-box;
  position: relative;
}

.msl-cgp-tips-widget a {
   border-top: none;
   border-right: none;
   border-bottom: 1px dashed blue;
   border-left: none;
   cursor: pointer;
}

.msl-cgp-tips-widget:after {
	content: " ";
	display: table;
}

.msl-cgp-tips-widget .qrcode {
  width: 16.66666%;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  display: block;
  min-width: 100px;
  float: right;
}

.msl-cgp-tips-widget .qrcode p {
   margin: -5px 0px 0px;
}

.msl-cgp-tips-widget .qrcode > p {
   margin: 5px 0px 0px;
}  

.msl-cgp-tips-widget .contents {
  width: 77%;
  float: left;
}

.msl-cgp-tips-widget .contents h2 {
  margin: 7px 0 8px;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.msl-cgp-tips-widget .contents p {
  margin: 8px 0;
  font-size: 16px;
  line-height: 20px;
}

.msl-cgp-tips-widget .contents p.address {
   text-align: center;
   word-wrap: break-word;
}

.msl-cgp-tips-widget .pluginhome {
  bottom: 0;
  right: 4px;
  font-size: 10px;
  text-align: right;
  clear: both;
}

.msl-cgp-tips-widget .pluginhome a, .msl-cgp-tips-widget .pluginhome a:visited {
   font-weight: lighter;
}


.msl-cgp-tips-widget .pluginhome a:hover {
  color: inherit;
}

.msl-cgp-cryptos, .msl-cgp-social {
   width: 100%;
   clear: both;
   text-align: center;
}

.msl-cgp-social {
   margin-top: 4px;
   font-size: 12px;
}

.msl-cgp-social-btns {
   display: none;
}
.msl-cgp-social-btns > p {
   margin: 0;
}

.msl-cgp-social-btns > .share-button {height: 21px; line-height: 21px;
   margin: 5px;
   padding: 0;
   background: transparent;
   cursor: pointer;
   border: none;
   height: 32px;
}

.msl-cgp-tips-widget .msl-cgp-social a, .msl-cgp-tips-widget .msl-cgp-social a:visited {
   font-weight: bold;
}

.msl-cgp-tips-widget select.msl-cgp-select {
   font-size: 12px;   
   background: transparent;
   width: 150px;
   padding: 5px 35px 5px 5px;
   border: 1px solid #ccc;
   height: 30px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;   
   vertical-align:top;
} 

.msl-cgp-tips-widget select.msl-cgp-select option {
   font-size: 12px;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    .msl-cgp-tips-widget select.msl-cgp-select {
        background:none;
        padding: 5px;
    }
}

.msl-cgp-tips-widget button.msl-cgp-btn {
   font-size: 12px;
   padding: 5px;
   height: 30px;   
   font-weight: normal;
   text-transform: none;
   vertical-align:top;
}

@media (max-width: 767px) {
   .msl-cgp-tips-widget .contents,
   .msl-cgp-tips-widget .qrcode {
      width: 100%;
   }
   .msl-cgp-tips-widget .qrcode a {
      display: inline-block;
   }
   
}


/* Sidebar widget */
.msl_cgp_sbwidget .msl-cgp-tips-widget .contents,
.msl_cgp_sbwidget .msl-cgp-tips-widget .qrcode {width: 100%;}

.msl_cgp_sbwidget .msl-cgp-tips-widget select.msl-cgp-select,
.msl_cgp_sbwidget .msl-cgp-tips-widget button.msl-cgp-btn {
   margin-top: 3px;
   margin-bottom: 4px;
}

.msl_cgp_sbwidget .msl-cgp-tips-widget .pluginhome {
   text-align: center;
}