/* This stylesheet is used to style the public view of the widget. */

.md-widget.md-tweet-web-intent {
    margin: 0 0 .5em 0;
    background-color: #F3F3F3;
    border: 1.5px solid #B5C8D2;
    border-radius: 5px;
    padding: .5em;
    overflow: auto;
}

.md-widget.md-tweet-web-intent a {
    float: right;
    clear: both;
    border: 1px solid #EA898C;
    border-radius: 5px;
    padding: 0 4px;
    background-color: #F9F9F9;
    margin-top: .2em;
    color: #3D6378;
}


.md-tweet-web-intent-text {
    font-weight: bold;
    color: #6CA2B5;
    font-size: 1em;
    font-style: italic;
    font-family: "lemonde-courrier",serif;
    line-height: 1.4em;
}

.md-tweet-web-intent-text i {
  font-size: .6em !important; 
  font-style: italic !important;
  vertical-align: super !important;
}
