﻿@charset "UTF-8";

a { text-decoration: none;}
a:hover,
a:focus { text-decoration: none;}

.btn { padding: 4px 10px; border-radius: 50px;}
.action .btn { min-width: 210px; padding: 12px 8px; margin-top: 10px; border-bottom-width: 1px; font-size: 16px; text-decoration: none;}
.btn-default { border: solid 1px #0088CC; background-color: #fff; color: #0088CC;}
.btn-primary { border: solid 1px #007AB8; background-color: #007AB8; color: #fff;}
.btn-secondary { border: solid 1px #000; background-color: #000; color: #fff;}
.btn-danger { border: solid 1px #000; background-color: #000; color: #fff;}
