﻿@import url('MXDefault.Default.css');

/* Please use this css file for any overriding styles that you want. */

.MXDefault input[type="submit"]{
    border-radius: 0;
    font-weight: normal;
    font-size: 14px;
    padding: 6px 12px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    background: #005dac;
    color: #fff;
    border: none;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: .5em;
    border: 1px solid transparent;
}

.MXDefault .action a {
    border-radius: 0;
    font-weight: normal;
    font-size: 14px;
    padding: 3.5px 9px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    background: #005dac;
    border: none;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: .5em;
    border: 1px solid transparent;
}

.MXDefault a:visited {
    text-decoration: none;
    color: #f2f2f2;
}


.MXDefault a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 14px;
}