/* Form Buttons */


button,
input[type="submit"],
input[type="reset"],
input[type="button"] { border:none; background-color: rgba(21,154,173,1); color:#ffffff; padding: .5em 1em;}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover { cursor: pointer; background-color: rgba(21,154,173,0.7) }

a.button, #main a.button { text-decoration:none; display:inline-block; border:none; padding:.2em 1.3em; font-size: 1.2em; font-weight: 700;}
a.button:hover, #main a.button:hover { cursor: pointer; }

a.button.darkblue, .darkblue  { background-color:#32606d; color:#ffffff; }
a.button.darkblue:hover, .darkblue:hover  { background-color:#ffffff; color:#32606d; }

a.button.orange, .orange { background-color:#32606d; color:#ffffff; }
a.button.orange:hover, .orange:hover { background-color:#ffffff; color:#32606d; }

a.button.alignleft  { float:left }
a.button.alignright { float:right }

#block-views-user-expert-page-block .views-field-edit-node a, #block-views-profile-digest-profile-digest .views-field-edit-node a, a.viewprofile, #block-views-user-expert-page-block .views-field-title a { text-decoration:none; display:inline-block; border:none; padding:.2em 1.3em; font-size: 1em; font-weight: 700; background-color:#32606d; color:#ffffff; margin:.7em 0 }
#block-views-user-expert-page-block .views-field-edit-node a:hover, #block-views-profile-digest-profile-digest .views-field-edit-node a:hover, a.viewprofile:hover, #block-views-user-expert-page-block .views-field-title a:hover  { background-color:#ffffff; color:#32606d; }