Подскажите пожалуйста как сделать ширину кнопки 100% на мобильных устройствах и фиксированную (250px) на больших разрешениях ?
<table class="one-column backgroundInner font" border="0" cellpadding="20" cellspacing="0" width="100%" style="border-spacing:0;" >
<tr>
<td style="line-height: 18px; text-align:center;">
<!-- START BUTTON -->
<center>
<!--[if (gte mso 9)|(IE)]>
<table width="150" align="center">
<tr>
<td>
<![endif]-->
<table cellpadding="0" cellspacing="0" border="0" >
<td class="button_background outer" align="center" style="-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;">
<a href="http://www.google.com" target="_blank" class="button_link button_width button fonts_color1 button_font-size2 ">Learn More</a>
</td>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
</center>
<!-- END BUTTON -->
</td>
</tr>
</table>