/* This file is part of bernoulliTrials: Simulation of choices for the prisoners dilemma using the Bernoulli distribution
Copyright (C) 2016 Fabio Correa fabio5@umd.edu

https://github.com/facorread/bernoulliTrials
https://gitlab.com/facorread/bernoulliTrials

bernoulliTrials is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

bernoulliTrials is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with bernoulliTrials.  If not, see <http://www.gnu.org/licenses/>.
*/

* {
    margin:0;
    padding:0;
    font-family:sans-serif;
		font-size:110%;
    border:none;
    outline:none;
    text-align:center;
		margin: 0 auto;
		vertical-align:center;
}

tr {
		height:80px;
}

input {
		font-size:120%
}

footer {
		font-size:60%;
}

.events {
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
}
