﻿.cpsc-btn
{
    background-color: #ffc87a;
    border: none;
    border-radius: 6px;
    padding: 5px 20px;
    color: black;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}

.cpsc-btn:hover
{
	background-color: #dfdfdf;
    text-decoration:underline;
    display:inline-block;
}

.cpsc-text-wrap {
    white-space: normal;
    width: 700px;
}