.updated.tweetshare-notice-main{
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: unset;
}
.tweetshare-notice-container{
	background-color: #ffffff;
    border: 2px solid #0073AA !important;
    border-radius: 4px;
    color: #111;
    margin-bottom: 20px;
    padding: 15px;
}

.tweetshare-notice-main .tweetshare-notice-icon{
	color: #0073AA;
    float: left;
    font-size: 100px;
    line-height: 100px;
    margin-right: 15px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    top: -5px;
}

.tweetshare-notice-content h4{
	color: #111111;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: 600;
}

.tweetshare-notice-content{
	margin-bottom: 10px;
}
.tweetshare-notice-buttons{
	text-align: right;
}
.tweetshare-notice-buttons .btn-info{
	background: #2ea2cc none repeat scroll 0 0;
    border:1px solid #2ea2cc !important;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
}

.tweetshare-notice-buttons .btn-default{
	background: #f7f7f7 none repeat scroll 0 0;
 	border:1px solid #cccccc !important;
    box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    color: #555;
    vertical-align: top;
}

.tweetshare-notice-buttons .btn{
   -moz-user-select: none;
    background-image: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
     text-decoration: none;
}