border-radius: 500px;
}
-.button table,
-.tiny-button table,
-.small-button table,
-.medium-button table,
-.large-button table {
- width: 100%;
- overflow: hidden;
-}
-
-.button table td,
-.tiny-button table td,
-.small-button table td,
-.medium-button table td,
-.large-button table td {
- display: block;
- width: auto !important;
- text-align: center;
- font-weight: bold;
- text-decoration: none;
- font-family: Helvetica, Arial, sans-serif;
- color: #ffffff;
- background: #2ba6cb;
- border: 1px solid #2284a1;
-}
-
-.tiny-button table td {
- padding: 5px 10px;
- font-size: 12px;
- font-weight: normal;
-}
-
-.button table td,
-.small-button table td {
- padding: 8px 15px;
- font-size: 16px;
-}
-
-.medium-button table td {
- padding: 12px 24px;
- font-size: 20px;
-}
-
-.large-button table td {
- padding: 21px 30px;
- font-size: 24px;
-}
-
-.button:hover table td,
-.tiny-button:hover table td,
-.small-button:hover table td,
-.medium-button:hover table td,
-.large-button:hover table td {
- background: #2795b6 !important;
-}
-
-.button,
-.button:hover,
-.button:active,
-.button:visited,
-.tiny-button,
-.tiny-button:hover,
-.tiny-button:active,
-.tiny-button:visited,
-.small-button,
-.small-button:hover,
-.small-button:active,
-.small-button:visited,
-.medium-button,
-.medium-button:hover,
-.medium-button:active,
-.medium-button:visited,
-.large-button,
-.large-button:hover,
-.large-button:active,
-.large-button:visited {
- color: #ffffff !important;
- font-family: Helvetica, Arial, sans-serif;
- text-decoration: none;
-}
-
-.secondary table td {
- background: #e9e9e9;
- border-color: #d0d0d0;
-}
-
-.secondary:hover table td {
- background: #d0d0d0 !important;
-}
-
-.success table td {
- background: #5da423;
- border-color: #457a1a;
-}
-
-.success:hover table td {
- background: #457a1a !important;
-}
-
-.alert table td {
- background: #c60f13;
- border-color: #970b0e;
-}
-
-.alert:hover table td {
- background: #970b0e !important;
-}
-
-.radius table td {
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
-}
-
-.round table td {
- -webkit-border-radius: 500px;
- -moz-border-radius: 500px;
- border-radius: 500px;
-}
-
/* Outlook First */
body.outlook p {