File: //home/parhudrw/anqa.it/wp-content/plugins/mouseflow-for-wordpress/mouseflow_wp.css
table.mf-intro {
font-size: 14px;
line-height:24px;
width: 100%;
max-width: 780px !important;
}
table.mf-intro2 {
width: 100%;
max-width: 350px;
}
table.mf-intro2 td {
padding: 0px 10px 10px 10px;
}
table.mf-square,
table.mf-intro{
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table.mf-square {
border-spacing: 10px 10px;
padding-left: 20px;
}
.mf-square td.link {
background-color: white;
vertical-align: top;
border: 1px dashed #47b475;
}
.mf-square td.link a {
display: inline-block;
width: 100%;
height: 100%;
text-decoration: none;
font-style: none;
color: black;
border: 0px;
}
.mf-square td.link:hover {
background-color: #47b475;
color:white !important;
}
.mf-square td.link:hover h3,
.mf-square td.link:hover td{
color:white !important;
}
.mf-intro td.top {
padding-top: 20px;
}
.mf-intro td.top2 {
padding: 0px 20px 20px 20px;
max-width: 100%;
}
.mf-intro table.install {
margin-top: 10px;
}
.mf-intro table.install img {
padding-top: 20px;
}
.mf-intro table.install td {
padding-left: 10px;
}
.mf-square h3,.mf-square p {
margin-bottom: 0px;
padding-bottom: 0px;
}
.mf-intro .code {
background-color: #47b475;
border: 1px dashed #999;
color: white;
padding: 10px;
margin-top: 5px;
max-width: 100%;
}
.mf-intro .top2 textarea{
width: 100% !important;
}
.mf-intro .top2 input[type=submit]:hover{
background-color:white;
color:#47b475;
}
.mf-square td.link *,
.mf-square td.link,
.mf-intro .top2 textarea,
.mf-intro .top2 input{
transition:all .5s ease-in-out;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
}
.mf-intro .top2 input[type=submit]{
border: 2px solid #47b475;
padding: 0 26px;
height: 50px;
min-width: 150px;
line-height: 46px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 0;
background-color: #47b475;
color:white;
text-align: center;
cursor:pointer;
margin-right: 8px;
margin-bottom: 24px;
}
@media all and (max-width:767px){
table.mf-square{width:auto;margin:0 auto;padding:0px;}
.mf-intro td.link{width:100%;display:block;}
}